Vladimír Čunát
0d0465fe94
wayland-protocols: 1.4 -> 1.7
...
/cc #16779 ; I'm confident this can't affect the problem,
but the update shouldn't hurt.
2016-09-02 20:52:08 +02:00
Vladimír Čunát
faa26e561b
Merge #18007 : add llvmPackages_39
2016-09-02 20:37:14 +02:00
Eelco Dolstra
8172cd734c
docdev -> devdoc
...
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02: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
Tuomas Tynkkynen
6563cd34d8
qt5.6, qt5.7: Use dev output of qtbase in setupHook
2016-08-31 15:23:24 +03: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
Robin Gloster
beff32f61e
ucommon: disable flaky networking test
2016-08-29 01:31:47 +00:00
Robin Gloster
4076f4d376
Merge pull request #18074 from womfoo/bump/facter-and-deps
...
facter: 3.1.8 -> 3.4.1 and add/update related dependencies
2016-08-29 01:22:28 +00:00
Kranium Gikos Mendoza
4eb021baff
leatherman: 0.7.5 -> 0.9.0
2016-08-29 08:56:06 +08:00
Kranium Gikos Mendoza
1bac115b05
cpp-hocon: init at 0.1.2
2016-08-29 08:55:40 +08:00
Robin Gloster
e17bc25943
Merge remote-tracking branch 'upstream/master' into staging
2016-08-29 00:24:47 +00:00
Tuomas Tynkkynen
d1c7eb8098
glibc: Uncomment 'meta.platforms'
2016-08-28 18:04:09 +03:00
obadz
92d929c884
Merge branch 'master' into staging
2016-08-28 14:48:02 +01:00
Thomas Tuegel
43bf5d2c30
Merge pull request #18052 from loskutov/master
...
Qt5: Enable Wayland support
2016-08-28 07:38:23 -05:00
Thomas Tuegel
b8a83d901f
qt5: use absolute paths to plugins in CMake
...
This reverts commit 17f9b21c09
.
This is a partial unrevert. Qt 5.6 and Qt 5.7 remain building and
working. Qt 5.5 stays building but broken.
2016-08-28 07:33:42 -05:00
obadz
57ddc155fc
Merge branch 'master' into staging
...
Conflicts:
pkgs/games/scummvm/default.nix
2016-08-28 12:20:59 +01:00
Moritz Ulrich
17f9b21c09
Revert "qt5: use absolute paths to plugins in CMake"
...
This reverts commit 7a9e04943d
.
The commit in question breaks the patches to qtbase, causing the build to fail. An issue to track this feature will follow.
2016-08-28 12:29:20 +02:00