Eelco Dolstra
b1841490e7
openexr: Use separate dev and bin outputs
2016-09-01 12:54:46 +02:00
Tuomas Tynkkynen
8c4aeb1780
Merge staging into master
...
Brings in:
- changed output order for multiple outputs:
https://github.com/NixOS/nixpkgs/pull/14766
- audit disabled by default
https://github.com/NixOS/nixpkgs/pull/17916
Conflicts:
pkgs/development/libraries/openldap/default.nix
2016-09-01 13:27:27 +03:00
Franz Pletz
3a4b6ad297
libnftnl: 1.0.5 -> 1.0.6
2016-09-01 12:25:14 +02:00
Franz Pletz
58a9e368ac
libmnl: 1.0.3 -> 1.0.4
2016-09-01 12:25:14 +02:00
Eelco Dolstra
c861feee18
openldap: Get rid of runtime dependency on gcc
...
The problem here was that the openldap binaries had /tmp/... in their
RPATH *before* $out/lib, so patchelf --shrink-rpath considered the
$out/lib entry unused.
As a workaround, use NIX_LDFLAGS_BEFORE to ensure a proper order.
2016-09-01 11:43:30 +02:00
Frederik Rietdijk
56c6b4365f
Merge pull request #18148 from adevress/master-openmpi
...
openmpi: fix libtool issue #18147 by stripping libtool *.la files
2016-09-01 11:37:52 +02:00
Domen Kožar
e6ced1cb1f
Merge pull request #18178 from womfoo/fix/libtcod-build
...
libtcod: fix build
2016-09-01 10:56:16 +02:00
Eelco Dolstra
02ee9d83d0
enableParallelBuild -> enableParallelBuilding
2016-09-01 10:46:47 +02:00
Kranium Gikos Mendoza
1131165189
libtcod: fix build
2016-09-01 16:26:17 +08:00
Graham Christensen
43d38c0fea
Merge pull request #18174 from acowley/ffmpeg-update-3.1.3
...
ffmpeg-full: 3.0.2 -> 3.1.3
2016-08-31 20:33:14 -04:00
Anthony Cowley
7b86688923
ffmpeg-full: 3.0.2 -> 3.1.3
...
This required a minor patch to work with the darwin stdenv on OS X 10.11
and newer.
2016-08-31 19:00:27 -04:00
Guillaume Maudoux
63ab4ebf8d
openldap: do strip, with proper fix
...
[dezgeg: Add comment about the proper fix in patchelf]
2016-08-31 23:08:32 +03:00
Michael Raskin
2f5630a89f
torch-hdf5: init at 0.0pre2016-07-01
2016-08-31 19:45:28 +02:00
Nikolay Amiantov
c9bcec2e88
gst_plugins_good: fix minimalDeps build
2016-08-31 15:40:07 +03:00
Tuomas Tynkkynen
6563cd34d8
qt5.6, qt5.7: Use dev output of qtbase in setupHook
2016-08-31 15:23:24 +03:00
Adrien Devresse
2a79d296d3
openmpi: fix libtool issue #18147 by stripping libtool *.la files
2016-08-31 12:03:07 +02:00
Tuomas Tynkkynen
d45d243749
libbb2: Use "--enable-fat=yes" to avoid build nondeterminism
...
Otherwise it would pick various -march flags based on the CPU of the
compiling system, using beautiful code like this:
````
63 AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
64 [AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [
65 int op = $1, eax, ebx, ecx, edx;
66 FILE *f;
67 __asm__("cpuid"
68 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
69 : "a" (op));
70 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
71 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
72 fclose(f);
73 return 0;
74 ])],
...
121 AC_CACHE_CHECK([whether avx is supported], [ax_cv_have_avx_ext],
122 [
123 ax_cv_have_avx_ext=no
124 if test "$((0x$ecx>>28&0x01))" = 1; then
125 ax_cv_have_avx_ext=yes
126 fi
127 ])
````
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
4223e83a68
tcltls: Fix reference to openssl dev output
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
f97ba3070a
gdal: Fix reference to mysql dev output
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
e08599567a
frame: Fix 'lib.optional' use
...
Produces a list-of-lists in buildInputs
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
d2ef0577c5
grail: Fix 'lib.optional' use
...
Produces a list-of-lists as buildInputs.
2016-08-30 23:00:13 +03:00
Graham Christensen
5ede656a18
Merge pull request #18114 from l2dy/patch-1
...
ffmpeg: 3.1.2 -> 3.1.3
2016-08-30 14:07:28 -04:00
Frederik Rietdijk
0478682f09
libsndfile: 1.0.26 -> 1.0.27
2016-08-30 18:53:31 +02:00
Julien Dehos
b72dfa7b7b
cxxtest: init at 4.4
2016-08-30 16:18:07 +02:00
Tuomas Tynkkynen
7259f80577
libre: Use 'dev' output of libc
2016-08-30 16:30:24 +03:00
Robin Gloster
94201919d2
Merge pull request #18121 from lancelotsix/update_gsl_2.2
...
gsl: 2.1 -> 2.2
2016-08-30 15:16:41 +02:00
tomberek
e47a7424c9
libtelnet: init at 20160426 ( #17936 )
2016-08-30 14:41:17 +02:00
Tuomas Tynkkynen
73f1ade407
glibc_multi: Reference dev outputs of glibc
2016-08-30 15:18:51 +03:00
Lancelot SIX
750c1b1302
gsl: 2.1 -> 2.2
...
See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00015.html
for announcement and news.
2016-08-30 13:53:14 +02:00
Tuomas Tynkkynen
d3dc3d4130
Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging
...
https://github.com/NixOS/nixpkgs/pull/14766
2016-08-30 12:43:37 +03:00
Zero King
e35bbf108a
ffmpeg: 3.1.2 -> 3.1.3
2016-08-30 09:06:18 +00:00
Lluís Batlle i Rossell
2f182cebcc
Updating OCE to 0.17.2
2016-08-30 11:03:02 +02:00
Tuomas Tynkkynen
d75596995e
swt: Fix LFLAGS
...
Passing '-I${foo}/lib' to GCC doesn't seem sane.
2016-08-30 03:47:50 +03:00
Tuomas Tynkkynen
aef35c52f0
treewide: Fix output references to libX11
2016-08-30 03:40:23 +03:00
Vladimír Čunát
4f73633f26
treewide: stop using fontbhttf
2016-08-29 22:28:50 +02:00
Vladimír Čunát
f85053a021
ilmbase: fix linkage
...
The library was missing -pthread symbols. It wasn't failing by itself,
but e.g. blender was failing to link against is fixed now.
2016-08-29 19:40:12 +02:00
Robin Gloster
6541dfe554
wxGTK: disable format hardening
2016-08-29 17:00:34 +00:00
Ram Kromberg
3bfb354145
libsoup's vala: 0.23 -> 0.26
...
Close #17904 .
2016-08-29 18:45:55 +02:00
Franz Pletz
04ab7cee02
Merge pull request #18088 from groxxda/fix/libcommuni
...
libcommuni: 2016-03-23 -> 2016-08-17, communi 2016-01-03 -> 2016-08-19
2016-08-29 18:32:16 +02:00
Alexander Ried
07ed06f8da
libcommuni: 2016-03-23 -> 2016-08-17
...
add missing build input (fixes build)
2016-08-29 15:37:41 +02:00
Tuomas Tynkkynen
69e51ebf55
kde-frameworks: Use chooseDevOutputs
2016-08-29 14:49:54 +03:00
Tuomas Tynkkynen
2f50cfe25f
qt5: Shuffle outputs
...
Unnoticed by the scripts.
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
040fadf345
glibc_multi: Fix unnoticed output shuffle
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
7c1607ae65
webkitgtk: Few last missing 'dev' references
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
fd4b3dcccb
gmp{4,5}: Split into multiple outputs
...
Keep all versions consistent so that e.g. 'gmp.dev' is always available,
regardless of version.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
e065baafba
glibc: Make one exception for output order
...
Usages like '${stdenv.cc.libc}/lib/ld-linux-x86-64.so.2' are much more
common than the bin output.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
obadz
b74793bd1c
Merge branch 'master' into staging
...
Conflicts:
pkgs/tools/system/facter/default.nix
2016-08-29 12:44:17 +01:00
Robin Gloster
f3c994ca11
rhino: disable format/fortify hardening
2016-08-29 09:08:03 +00:00
Frederik Rietdijk
5da0b34591
liborc: init at 0.4.16
2016-08-29 10:35:21 +02:00