Carles Pagès
f60767d55e
Merge pull request #25366 from titanous/kodi-hdhomerun
...
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Franz Pletz
933ab0cd5b
Merge pull request #25973 from gentoofreak/feature/libopus-1.1.4
...
libopus: 1.1.3 -> 1.1.4
2017-05-22 17:19:19 +02:00
Eelco Dolstra
3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127
2017-05-22 14:36:20 +02:00
Martin Wohlert
88af502593
libopus: 1.1.3 -> 1.1.4
2017-05-21 19:32:49 +02:00
John Ericson
bb37fc90c7
Merge pull request #25897 from obsidiansystems/glibc-cross
...
glibc: Clean up cross compilation
2017-05-20 22:26:15 -04:00
John Ericson
25edc476fd
glibc: Simplify derivation further
...
No native hashes should be changed with this commit
default.nix's cross hash should also not be changed
2017-05-20 22:17:28 -04:00
Jörg Thalheim
b2a14ee339
Merge pull request #25944 from unaizalakain/init-xuxen
...
hunskell: add basque dictionary Xuxen 5
2017-05-20 20:17:48 +01:00
Unai Zalakain
337687c318
hunskell: add basque dictionary Xuxen 5
...
mkDict doesn't easily adapt to dictionaries that have multiple source
files but no readme, so I did not use it. Having a "generic" function
that then has per-language quirks is a bad abstraction.
A small utility function that copies a given file to hunspell's and
myspell's dirs and a separate one that copies a given readme file would
be more useful.
2017-05-20 20:10:23 +02:00
Robin Gloster
c9f3893451
despotify: remove
...
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
John Ericson
7e096024d7
glibc: Fix for cross
2017-05-19 18:44:24 -04:00
Vladimír Čunát
9f6b1dca58
Merge #25708 : fltk: 1.3.3 -> 1.3.4
2017-05-19 23:52:14 +02:00
Peter Simons
c1609e4a4d
libqmi: enable MBIM support
2017-05-19 14:29:09 +02:00
Peter Simons
9b54745c61
libqmi: update to version 1.18.0
...
The new version adds a dependency in libgudev.
2017-05-19 14:29:09 +02:00
Peter Hoeg
0f59c9ce83
libguestfs: fix build
2017-05-19 19:29:41 +08:00
Jörg Thalheim
bde09a92c1
Merge pull request #25774 from matthewbauer/xapian-fixup
...
xapian: fixup darwin
2017-05-19 09:41:01 +01:00
Jörg Thalheim
380d6bbff1
Merge pull request #25881 from Mic92/gtk2-themes
...
gtk2: search for themes in XDG_DATA_DIRS
2017-05-19 07:08:09 +01:00
Cray Elliott
fe666125a6
ffmpeg-full: add enableLto option
...
disabled by default, allows the user to specify if they would like a
link-time optimized build or not
2017-05-18 21:44:59 -07:00
Nikolay Amiantov
6679dbbd60
ffmpeg: fix arm build
2017-05-19 02:29:49 +03:00
Tyson Whitehead
8fdbc828b9
clblas-cuda: requires ocl-icd now for libOpenCL.so.1 #25902
2017-05-18 18:32:09 -04:00
Nikolay Amiantov
63150762ba
Merge pull request #24861 from abbradar/qt4-gtk
...
qt4: enable gtk2 by default
2017-05-18 16:35:33 +03:00
Jörg Thalheim
1810b3f64b
gtk2: search for themes in XDG_DATA_DIRS
...
This patch was adapted from GUIX.
At the moment we still have to rely on GTK_DATA_PREFIX, which can only
point to one profile at the time and is also not set in all desktop
environments. This patch makes it possible to use installed themes, no
matter if system-wide or by in a user profile.
2017-05-18 06:32:45 +01:00
John Ericson
afec912d81
Merge pull request #25867 from obsidiansystems/ghc-deps-cross
...
Fix cross compilation of some GHC deps
2017-05-17 19:09:00 -04:00
John Ericson
8ad2c6a830
ncurses: Fix for cross
2017-05-17 17:50:05 -04:00
John Ericson
76667036ec
gmp 6: Fix for cross
2017-05-17 16:15:32 -04:00
Daiderd Jordan
fcbb9b3243
Merge pull request #25837 from czyzykowski/v8-on-osx
...
v8: fixes darwin build
2017-05-17 21:54:43 +02:00
Lukasz Czyzykowski
3de66330cd
v8: fixes build on darwin
...
v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.
2017-05-17 21:50:49 +02:00
Daiderd Jordan
ea229a26a3
Merge pull request #25839 from czyzykowski/rdkafka-on-osx
...
rdkafka: fixes darwin build
2017-05-17 00:13:21 +02:00
Lukasz Czyzykowski
3edc6108c5
Enables rdkafka compilation on macOS
...
Without --disable-ssl librdkafka ./configure detects that OpenSSL is
installed but when it tries to link it fails because the default
version is incompatible (1.0.2 vs required 1.1.x).
https://github.com/edenhill/librdkafka/issues/49#issuecomment-280219158
2017-05-16 23:41:31 +02:00
Frederik Rietdijk
fda2318eab
Merge pull request #25814 from sifmelcara/fix/opencvCMakeLibraryPath
...
opencv: Fix OpenCV build on non NixOS platform
2017-05-16 20:57:19 +02:00
J M
03d190d54f
shibboleth: Add Myself as a Maintainer ( #25817 )
2017-05-16 10:11:55 +01:00
mingchuan
b496ffbe55
opencv: Fix OpenCV build on non NixOS platform
...
OpenCV's CMakeFile will use libraries in /lib and /lib64 if it can
find libraries from those paths. However, it causes
build failure because nix detects impure paths being used.
2017-05-16 05:02:00 +08:00
Thomas Tuegel
fabd48272f
Merge branch 'qt--qpa-plugin-path'
2017-05-14 13:55:42 -05:00
Thomas Tuegel
7c338b7df8
qtbase: search platform plugin paths before other plugin paths
2017-05-14 13:55:03 -05:00
Thomas Tuegel
88a5082edf
Revert "qt58: ignore NIX_PROFILES environment variable"
...
This reverts commit 6169bd98f51429d7da4f2fc296357d8e6d828751.
2017-05-14 13:55:02 -05:00
Joachim Fasting
e6c65ecb12
tree-wide: remove uses of features.grsecurity
2017-05-14 15:08:51 +02:00
Periklis Tsirakidis
096c008036
Fix #25723 : Remove old GNU libstdc++ for qtbase
2017-05-14 09:46:38 +02:00
Matthew Bauer
f33ca4edc6
xapian: fixup darwin
...
The configure script is detecting that __exp10 is available even
though it isn’t on latest versions. This is the best fix I can find
for now.
2017-05-13 23:45:02 -05:00
Matthew Daiter
093130f802
openmvs: init at current master ( #25672 )
...
* openmvs: init at current master
* openmvs: simplify expression
* openmvs: init at unstable-2017-05-01
2017-05-12 20:07:11 +01:00
Anthony Cowley
0dbf5b02b9
fltk: 1.3.3 -> 1.3.4
...
This incidentally fixes the build on darwin.
2017-05-11 12:08:25 -04:00
Peter Hoeg
48192c65c3
partition-manager: init at 3.0.1
...
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00
Jörg Thalheim
b22c62915f
Merge pull request #25688 from k0ral/mediainfo
...
{lib}mediainfo{-gui}: 0.7.91 -> 0.7.95
2017-05-11 09:01:24 +01:00
Jörg Thalheim
8b36a16b05
Merge pull request #25684 from andrewrk/update-cmark
...
cmark: 0.23.0 -> 0.27.1
2017-05-11 08:38:12 +01:00
Jörg Thalheim
e2a807cf12
cmark: enable tests
2017-05-11 08:37:22 +01:00
Jörg Thalheim
2dcc5bbb5d
cmark: cmake in nativeBuildInputs
2017-05-11 07:57:09 +01:00
Jörg Thalheim
be19ad150c
Merge pull request #25594 from mimadrid/update/htslib-1.4
...
Update/htslib 1.4
2017-05-11 07:08:56 +01:00
koral
6fedc9cdbe
{lib}mediainfo{-gui}: 0.7.91 -> 0.7.95
2017-05-10 23:18:48 +02:00
Andrew Kelley
33acfb8029
cmark: 0.23.0 -> 0.27.1
2017-05-10 15:58:53 -04:00
Markus Kohlhase
344f1ee374
opencv: remove myself (flosse) from the maintainers list
2017-05-10 11:10:10 +02:00
Jörg Thalheim
8f72f93981
Merge pull request #25614 from bobakker/master
...
hpx: restrict architecture to x86_64
2017-05-09 22:33:13 +01:00
rht
31b0e34d1d
Use consistent package naming for HEAD.nix files
2017-05-09 10:31:15 +07:00