Peter Simons
957d9f6d57
zeromq: update to version 4.1.1
...
Version 4.0.6 is "retired" and also failed to compile because its sha256
hash changed on the upstream site for some reason.
2015-06-10 10:07:46 +02:00
Vladimír Čunát
da9115128c
qt4: disable parallel building again
...
There are still occasional problems on Hydra.
2015-06-10 09:16:53 +02:00
Vladimír Čunát
651e83ac10
gnutls: set certificate location ( close #8121 )
...
This is a fast fix; it might be best to use $SSL_CERT_FILE.
Tested on vlc with youtube https URLs.
Discussed also on #8118 . Feel free to discuss further improvements on #8247 .
2015-06-09 16:43:58 +02:00
Cillian de Róiste
6455404f1b
mlt-qt4: update from 0.9.2 to 0.9.6
2015-06-09 15:51:37 +02:00
Thomas Tuegel
71b848b45d
openblas: build with USE_OPENMP=0 on Darwin
...
Darwin's clang does not support OpenMP yet. OpenMP is required on other
platforms for e.g. Julia.
2015-06-09 06:34:52 -05:00
Pascal Wittmann
8895716869
zeromq: update from 4.0.5 to 4.0.6, fixes CVE-2014-9721
2015-06-08 13:31:27 +02:00
Vladimír Čunát
92725618b2
Revert "glib hooks: move gsettings-schemas if on wrong place"
...
This reverts commit 5df1aadd68 .
It introduced some problems.
2015-06-08 13:12:18 +02:00
Peter Simons
b5f868f48b
Merge pull request #8150 from ts468/upstream.calamares
...
Add Calamares: A distribution independent installer framework.
2015-06-08 11:48:41 +02:00
Thomas Strobel
02b7901023
New flag for compiling libyaml-cpp as PIC.
2015-06-08 11:17:50 +02:00
Vladimír Čunát
043a8478c3
SDL: propagate libcap and fixup native inputs
...
Close #8205 .
All inputs except pkgconfig shouldn't be native but rather disabled on
cygwin, I suppose.
2015-06-08 11:16:33 +02:00
Thomas Tuegel
e0db2213fc
Update qt-5.4.1 -> qt-5.4.2
2015-06-07 22:18:35 -05:00
Thomas Tuegel
fa290cb741
qrupdate: build with openblas
...
Replaces ATLAS and LAPACK with OpenBLAS. Also builds both static and
shared libraries. (Octave upstream recommends the shared library.)
2015-06-07 13:48:35 -05:00
Vladimír Čunát
317f4ea72d
ncurses: header location fixes
...
- move headers directly to $out/include and set up symlinks.
Some packages were failing to find them (e.g. mariadb).
- postInstall was failing, only it was ignored due to a bug;
now it succeeds.
2015-06-07 09:22:35 +02:00
Vladimír Čunát
5df1aadd68
glib hooks: move gsettings-schemas if on wrong place
...
Fixes #7325 .
2015-06-07 09:22:13 +02:00
Vladimír Čunát
0b216645bd
gtk+ stack: leftover "major" updates
2015-06-07 09:22:13 +02:00
Vladimír Čunát
deb33d513f
dbus: small update
2015-06-07 09:22:13 +02:00
William A. Kennington III
9d6555dc0a
Merge branch 'master.upstream' into staging.upstream
2015-06-06 12:04:42 -07:00
William A. Kennington III
40b66f6131
Revert "libmicrohttpd: 0.9.41 -> 0.9.42"
...
This reverts commit 89d9a6079c .
2015-06-06 12:02:49 -07:00
William A. Kennington III
d5ac5c00d8
Revert "heimdal: 1.5.3 -> 2015-05-26"
...
This reverts commit 1e14f0a055 .
2015-06-06 12:02:06 -07:00
William A. Kennington III
b073b56325
Revert "Use libheimdal instead of heimdal"
...
This reverts commit 06c9915ed1 .
2015-06-06 12:01:59 -07:00
Bjørn Forsman
52184b53c0
Revert "Revert "Explicitly pass -pthread flag to fix the build after some updates""
...
This reverts commit 6cfea50ad1 .
I think the reason for the revert was because of patch dependencies. We really
need this patch to fix heimdal build.
Or else:
$ nix-build -A heimdal
...
/tmp/nix-build-heimdal-1.5.3.drv-0/heimdal-1.5.3/base/.libs/libheimbase.so: undefined reference to `pthread_getspecific'
/tmp/nix-build-heimdal-1.5.3.drv-0/heimdal-1.5.3/base/.libs/libheimbase.so: undefined reference to `pthread_key_create'
/tmp/nix-build-heimdal-1.5.3.drv-0/heimdal-1.5.3/base/.libs/libheimbase.so: undefined reference to `pthread_setspecific'
collect2: error: ld returned 1 exit status
Makefile:509: recipe for target 'tc' failed
make[2]: *** [tc] Error 1
2015-06-06 09:23:33 +02:00
Arseniy Seroka
70b5e51456
Merge pull request #8178 from jagajaga/fix/versions
...
fix: add missing versions
2015-06-06 00:22:10 +03:00
William A. Kennington III
ffd0539eba
cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $out
2015-06-05 13:00:52 -07:00
Thomas Tuegel
63be59abc7
utf8proc: use makeFlags instead of overriding installPhase
2015-06-04 17:42:03 -05:00
Thomas Tuegel
fff0191f48
arpack: build with openblas
2015-06-04 17:42:03 -05:00
Thomas Tuegel
e36b3ec0a5
suitesparse: build shared libraries
2015-06-04 17:42:03 -05:00
Thomas Tuegel
a17d8bcc4b
suitesparse_4_4: update to 4.4.4
2015-06-04 17:42:02 -05:00
Thomas Tuegel
e5ee1a0577
suitesparse: remove unnecessary patches
2015-06-04 17:42:02 -05:00
Thomas Tuegel
b02f300c44
suitesparse_4_4_1: build with openblas
...
Compared to ATLAS, OpenBLAS offers better performance, faster builds,
and dynamic architecture detection.
2015-06-04 17:42:01 -05:00
Thomas Tuegel
982aabc561
suitesparse_4_2: build with openblas
...
Compared to ATLAS, OpenBLAS offers better performance, faster builds,
and dynamic architecture detection.
2015-06-04 17:42:01 -05:00
Thomas Tuegel
b4eb8a5bc3
openblas: remove old expressions
2015-06-04 17:42:01 -05:00
Thomas Tuegel
86fb034008
openblas: build with native-width integers by default
2015-06-04 17:42:01 -05:00
Thomas Tuegel
14ee766024
openblas: set NUM_THREADS and USE_OPENMP
2015-06-04 17:42:00 -05:00
Rok Garbas
8908471ecc
cygwin: add needed patches for boost 1.57.0 to build
2015-06-05 00:39:15 +02:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Tobias Geerinckx-Rice
5cb1af03ef
libkeyfinder -> 0.11 (final)
2015-06-04 18:35:43 +02:00
Vladimír Čunát
646ee283e8
gst-plugins-base-0.10: fix 32-bit build with gcc-4.9
2015-06-04 16:15:35 +02:00
Vladimír Čunát
aaaa9f0041
lame: fix build on 32-bit with gcc 4.9
2015-06-04 16:13:06 +02:00
Eelco Dolstra
330d198be1
libgcrypt: Revert to old style
2015-06-04 14:54:54 +02:00
Eelco Dolstra
c47e78bbec
libssh: Revert to old style
2015-06-04 14:54:53 +02:00
Eelco Dolstra
e3356b396d
Revert "libssh2: Modernize Build"
...
This reverts commit e9ee5f9961 .
2015-06-04 14:54:53 +02:00
Eelco Dolstra
487736dc62
Revert "libssh2: Fix for darwin"
...
This reverts commit 2c9481e0fd .
2015-06-04 14:54:53 +02:00
Eelco Dolstra
f1f7bd9a93
libmicrohttpd: Fix build and drop curl dependency
...
Curl was only used for the test suite, which was disabled anyway.
2015-06-04 14:54:53 +02:00
Eelco Dolstra
020cb43f55
Revert "kerberos: Modernize build"
...
This reverts commit 9740b0d12d .
2015-06-04 14:54:52 +02:00
Eelco Dolstra
056e2c8d6a
Revert "heimdal: Disable DCE as it was breaking the build"
...
This reverts commit 0f2de4c64e .
2015-06-04 14:54:52 +02:00
Eelco Dolstra
6cfea50ad1
Revert "Explicitly pass -pthread flag to fix the build after some updates"
...
This reverts commit ed38a2d32b .
2015-06-04 14:54:52 +02:00
Eelco Dolstra
513bd8bd22
Revert "libmicrohttpd: Modernize"
...
This reverts commit c5d13d4fe9 .
2015-06-04 14:54:51 +02:00
Eelco Dolstra
eae17c3743
Revert "libxml2: Refactor and fix library propagation"
...
This reverts commit 287ec76b8f .
2015-06-04 14:54:51 +02:00
Eelco Dolstra
16f87d772f
Revert "libverto: Add derivation"
...
This reverts commit 4389ae5208 .
2015-06-04 14:54:51 +02:00
Eelco Dolstra
5d8fe045b6
Revert "Refactor mkFlag out of old packages"
...
This reverts commit 3117e0c897 .
Conflicts:
pkgs/development/libraries/wayland/default.nix
pkgs/servers/samba/4.x.nix
2015-06-04 14:54:50 +02:00