64158 Commits

Author SHA1 Message Date
Oliver Charles
aef701babc opentsdb: Update 2.1.0 (official release) 2015-05-14 11:50:22 +01:00
Tuomas Tynkkynen
fd8cb1ff2d nix-serve: Add nixos module
This allows sharing the Nix store of the machine as a binary cache
simply by setting 'services.nix-serve.enable = true'.
2015-05-14 12:27:28 +03:00
Vincent Laporte
1c19f91dd7 opam: update from 1.2.1 to 1.2.2 2015-05-14 09:32:32 +02:00
William A. Kennington III
48534df2a4 Merge pull request #7741 from codyopel/stxxl
stxxl: refactor
2015-05-13 21:56:43 -07:00
Thomas Tuegel
38bf485e72 Add missing KDE Games dependencies 2015-05-13 20:53:12 -05:00
Thomas Tuegel
6b777ba452 kdeApps_15_04.kstars: add missing dependencies 2015-05-13 20:53:12 -05:00
Edward Tjörnhammar
c37888a730 idea-{community,ultimate}: 14.1.2 -> 14.1.3 2015-05-14 01:50:38 +02:00
William A. Kennington III
8ffc461f91 firefox: 37.0.2 -> 38.0 2015-05-13 14:50:57 -07:00
Lluís Batlle i Rossell
53b6a4f063 Hack for btrfsProgs in ARM, due to a gcc bug.
It fails to build otherwise:
/tmp/nix-build-btrfs-progs-4.0.drv-4/ccUNrySY.s:4014: Error: invalid operands (.text and *UND* sections) for `-'
2015-05-13 21:24:48 +00:00
vbgl
13d78c03d4 Merge pull request #7819 from michelk/qgis-2.8.2
qgis: update to 2.8.2
2015-05-13 22:49:04 +02:00
Arseniy Seroka
96e3ce9345 Merge pull request #7832 from magnetophon/ladspa-sdk-master
add ladspa-sdk, move ladspaH
2015-05-13 23:27:11 +03:00
Bart Brouns
413c17e430 add ladspa-sdk, move ladspaH 2015-05-13 22:09:48 +02:00
William A. Kennington III
6516cc48c7 nghttp2: 0.7.13 -> 0.7.14 2015-05-13 11:32:46 -07:00
Thomas Tuegel
7094ae27da qt53: fix qtwebkit build with new glib 2015-05-13 12:49:14 -05:00
John Wiegley
88f7b04b5e go 1.2: Add a missing argument 2015-05-13 12:38:28 -05:00
Domen Kožar
38d9663367 gtkvnc: add libgpgerror as dependency 2015-05-13 19:19:08 +02:00
Domen Kožar
fc276c7aab wordnet: mark as broken 2015-05-13 18:46:59 +02:00
Domen Kožar
d769b52307 python: pass stdenv.glibc to crypt module to expose crypt.so 2015-05-13 18:39:50 +02:00
Eelco Dolstra
26f17ee091 cmake: Get rid of circular dependency
Also, don't install static libraries in jsoncpp.
2015-05-13 18:17:26 +02:00
Eelco Dolstra
eb5c161640 wayland: Fewer build-time dependencies 2015-05-13 18:17:26 +02:00
Eelco Dolstra
279aca0f4b llvm: Don't depend on valgrind/gdb
See a4619673b50bb424371b3fbfa52b202db767313d.
2015-05-13 18:17:26 +02:00
Eelco Dolstra
1fc19adf2c mesa: Remove gallium references
These files no longer exist. The resulting failures were hidden by

@vcunat
2015-05-13 18:17:26 +02:00
Eelco Dolstra
94389cb8c6 xdg-utils, libclc: Use fetchzip 2015-05-13 18:17:26 +02:00
Eelco Dolstra
f40c885a34 libtiff: Update to 4.0.4beta 2015-05-13 18:17:26 +02:00
Eelco Dolstra
e7feb89158 systemd: Fix another build failure hidden by #7524 2015-05-13 18:17:25 +02:00
Eelco Dolstra
e8e0995bd0 Fix inputproto and probably other packages
"grep Requires" failed on *.pc files that had no Requires fields, due
to pipefail. But this error was previously masked by #7524.
2015-05-13 18:17:25 +02:00
Eelco Dolstra
0cc883f2ee groff: Mark as unsafe for parallel building 2015-05-13 18:17:25 +02:00
Eelco Dolstra
24aa3551b0 Fix stdenv build 2015-05-13 18:17:25 +02:00
Eelco Dolstra
110b671c13 gcc: Put info in a separate output 2015-05-13 18:17:25 +02:00
Shea Levy
90fd9a55d9 binutils: don't build with Werror 2015-05-13 18:17:25 +02:00
Eelco Dolstra
9ae86dc3fc Ensure that errexit is honoured in hooks
Partial fix for #7524.
2015-05-13 18:17:25 +02:00
Eelco Dolstra
6671bb8be4 Remove gccStdInc
This reverts d927da8dae1c4ff0c492d41e00835cfd08ff84d7. Having a copy
of gcc-wrapper/setup-hook.sh is bad for maintainability - it had
already started to diverge. Also, gccStdInc gave a nix-env conflict
with the standard gcc. And it wasn't actually used in Nixpkgs.

Instead, if you really need to change "-isystem" to "-I", you can now
set ccIncludeFlag to "-I".
2015-05-13 18:17:25 +02:00
Eelco Dolstra
5a9ac9fed7 Use gcc 4.9 by default 2015-05-13 18:17:24 +02:00
Eelco Dolstra
fef86de618 Make module loading work in VMs
Also, execute stage 2 as PID 1.
2015-05-13 17:36:58 +02:00
Eelco Dolstra
b97362989f Provide /run in VMs 2015-05-13 17:36:29 +02:00
Ricardo M. Correia
981ea747b5 cargo: 2015-05-11 -> 2015-05-13 2015-05-13 17:23:18 +02:00
Ricardo M. Correia
586444c91d rustRegistry: Convert fetchgit to fetchFromGitHub and update 2015-05-13 17:23:18 +02:00
Ricardo M. Correia
3df7a9866d rustcMaster: 2015-05-09 -> 2015-05-13 2015-05-13 17:23:18 +02:00
Thomas Tuegel
020e06e410 Add missing KDE Telepathy dependencies 2015-05-13 09:25:19 -05:00
Eelco Dolstra
15ffb9ad88 Remove fixed uid in tests 2015-05-13 16:23:57 +02:00
Eelco Dolstra
fc8011ad8d Ensure that nscd, sshd are created as system users
c0f70b4694bb2be1c25ef0e23e3f11f9d718d162 removed the fixed uid
assignment, but then it becomes necessary to set isSystemUser.

http://hydra.nixos.org/build/22182588
2015-05-13 16:23:36 +02:00
Eelco Dolstra
cb6b9c52aa Merge pull request #7831 from taku0/firefox-bin-38.0
firefox-bin: update to version 38.0
2015-05-13 15:33:19 +02:00
taku0
c22b03db0c firefox-bin: update to version 38.0 2015-05-13 22:19:50 +09:00
Peter Simons
97e5461f46 wxmaxima: build with GTX 3.x. 2015-05-13 15:15:04 +02:00
Tobias Geerinckx-Rice
5f7f793d4e hplip: coalesce find -exec sed invocations
No need to scan the (biggish) source tree six times, forking a separate
process for every file each time. This was slowing down testing.
2015-05-13 15:09:43 +02:00
Nikolay Amiantov
e9679ce32a postgresql-backup: use system postgresql package 2015-05-13 16:06:50 +03:00
Jascha Geerds
92317259ef cups: First attempt to fix our printing tests; wait until cups is fully initialized 2015-05-13 14:22:30 +02:00
Peter Simons
e46a796f5d haskell-bitcoin-api has been fixed upstream 2015-05-13 13:36:51 +02:00
Peter Simons
bd3e6628ae haskell-esqueleto: test suite has been fixed upstream 2015-05-13 13:20:11 +02:00
Peter Simons
cf013700ef haskell-esqueleto: remove obsolete jailbreak for ghc-7.10.x 2015-05-13 13:18:24 +02:00