Commit Graph

16890 Commits

Author SHA1 Message Date
William A. Kennington III
954801a9a8 Merge branch 'master.upstream' into staging.upstream 2015-06-12 13:47:46 -07:00
Thomas Tuegel
2a2448bcb7 Merge pull request #8182 from ttuegel/openblas
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Thomas Tuegel
74e4f6befa ipopt: build with openblas 2015-06-12 07:26:47 -05:00
Eelco Dolstra
cb6daa036b sqlite: Update to 3.8.10.2 2015-06-12 13:50:37 +02:00
Fabian Schmitthenner
4e9327e7ac add qt decrypt ssl traffic option
this introduces an argument to qt5 that if enabled allows
e.g. wireshark to show decrypted ssl traffic from a qt
application
2015-06-12 13:09:27 +02:00
Rok Garbas
fac474080f cygwin: patchShebangs fails without proper findutils 2015-06-12 12:17:12 +02:00
Rok Garbas
7c67c350a3 cygwin: turn off ldap and crypt for apr-util to make it build 2015-06-12 12:17:12 +02:00
Rok Garbas
d5087119c6 cygwin: remove kerberos from builsInputs for serf 2015-06-12 12:17:12 +02:00
Rok Garbas
0a7c5e4f68 cygwin: libedit patch for cygwin 2015-06-12 12:17:12 +02:00
William A. Kennington III
33e70ad68a ncurses: Add gcc-5 patch 2015-06-11 17:59:51 -07:00
William A. Kennington III
db1054b616 isl: Remove the default version to keep it in sync 2015-06-11 17:34:51 -07:00
Siarhei Zirukin
838c8f2520 wavpack: 4.70.0 -> 4.75.0 2015-06-11 23:42:14 +02:00
Vladimír Čunát
2e0373ee66 gtk3: maintenance update 2015-06-11 22:13:07 +02:00
Vladimír Čunát
69945a8701 ffmpeg: remove 0.11 and replace by 0.10
That branch is better supported, and 0.11 only had one user -
minidlna still builds
2015-06-11 21:36:14 +02:00
Vladimír Čunát
39902b01bf goffice: separate from gnome3
It's got practically no coupling with gnome, except for gtk3.
2015-06-11 21:13:00 +02:00
Eelco Dolstra
415407bd93 openssl: Update to 1.0.1n
CVE-2015-4000, CVE-2015-1788, CVE-2015-1789, CVE-2015-1790, CVE-2015-1792, CVE-2015-1791, CVE-2014-8176
2015-06-11 18:32:13 +02:00
Luca Bruno
fbfdc71e1f libical: fix crash when TZDIR is empty, and add non-nixos zoneinfo paths. Closes #8285 2015-06-11 15:49:29 +02:00
Daiderd Jordan
414d6d9e87 fix unibilium on darwin 2015-06-11 14:42:55 +02:00
Daiderd Jordan
a51e9610e7 fix libtermkey on darwin 2015-06-11 14:42:55 +02:00
Vladimír Čunát
2b99951f99 gnutls: don't set cert location except on Linux
Also refactor lib.optional*. Preserves .drv hashes on Linux.
2015-06-11 09:02:56 +02:00
Eelco Dolstra
d21b6702a3 mesa: Reduce dependency bloat
In particular, don't depend on clang. It's really bad to have a core
package like Mesa pull in multiple C compilers.
2015-06-11 02:17:00 +02:00
Eelco Dolstra
fcf99efcd2 Reduce dependency bloat 2015-06-11 00:26:24 +02:00
Eelco Dolstra
4970574409 Merge remote-tracking branch 'origin/gcc-4.9' into staging
Conflicts:
	pkgs/development/libraries/wayland/default.nix
2015-06-11 00:23:03 +02:00
Eelco Dolstra
4a57b07653 Merge remote-tracking branch 'origin/master' into staging 2015-06-11 00:18:24 +02:00
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