Commit graph

30901 commits

Author SHA1 Message Date
Eelco Dolstra dc5cc7cfb3 ncurses: Remove version 5.4
It's not used anywhere, and doesn't build:

http://hydra.nixos.org/build/7204910
2013-12-20 14:48:19 +01:00
Eelco Dolstra 21f4b5c2f7 check: Disable tests
The testsuite can fail under high load:

  check_check_master.c:356:F:Core Tests:test_check_all_msgs:99: Expected Passed, got Test timeout expired

http://hydra.nixos.org/build/7243912
2013-12-19 11:29:22 +01:00
Eelco Dolstra 134ba27ea2 Merge remote-tracking branch 'origin/master' into glibc-2.18 2013-12-18 15:42:54 +01:00
Eelco Dolstra 04c364d181 gnat: Attempt to fix random build failures
Sometimes the build failes with:

  In file included from ../../gcc-4.4.6/gcc/ada/seh_init.c:44:
  ../../gcc-4.4.6/gcc/system.h:418: error: conflicting types for 'strsignal'
  /nix/store/6h129q168ahnl2nzw6azr239cba884ng-glibc-2.18/include/string.h:560: note: previous declaration of 'strsignal' was here

and sometimes it doesn't.  Hopefully disabling parallel builds fixes
this.

http://hydra.nixos.org/build/7179481
2013-12-18 15:41:24 +01:00
Peter Simons 580c339699 haskell-smallcheck: update to version 1.1.1 2013-12-18 14:56:43 +01:00
Peter Simons 714f20806b haskell-scientific: update to version 0.1.0.1 2013-12-18 14:56:43 +01:00
Peter Simons 705b317fee haskell-mainland-pretty: update to version 0.2.7 2013-12-18 14:56:43 +01:00
Peter Simons 378c821a62 haskell-language-c-quote: update to version 0.7.6 2013-12-18 14:56:43 +01:00
Peter Simons d1f0c0325c haskell-DAV: update to version 0.6 2013-12-18 14:56:43 +01:00
Peter Simons 6200fc9ffa haskell-async: add version 2.0.1.5 2013-12-18 14:56:43 +01:00
Lluís Batlle i Rossell 05b94c04cf Updating nvidia legacy 304 to 304.117 2013-12-18 11:24:53 +01:00
Evgeny Egorochkin eca727fc55 Revert "gsl: update from 1.15 to 1.16"
Tests fail on i686: http://savannah.gnu.org/bugs/?40176

This reverts commit 6a69d7e898.
2013-12-17 15:25:28 +02:00
Eelco Dolstra 82f39bd19e linux: Fix hash 2013-12-17 13:27:03 +01:00
David Virgilio 84b09e26e5 dzen2: new package
"Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language." -- https://github.com/robm/dzen
2013-12-17 12:05:42 +00:00
Sander van der Burg 010273bf1e Fix imagemagick compilation on darwin, because it still includes ghostscript which should not be the case 2013-12-17 11:45:07 +01:00
Eelco Dolstra c9cd03f3e5 Fix the right compiler
Doh!
2013-12-17 11:29:08 +01:00
Sander van der Burg 3b766653c6 Ported to old no-xcode patch to the current nodejs, so that it can be built on Darwin again 2013-12-17 11:13:55 +01:00
Eelco Dolstra fcf462eb5d gcc: Disable profiled build
This can fail randomly with an error like:

building toplev.o
../../gcc-4.6.3/gcc/reload.c: In function 'find_reloads':
../../gcc-4.6.3/gcc/reload.c:3778:11: error: corrupted value profile: value profile counter (93791 out of 95865) inconsistent with basic-block count (95759)

http://hydra.nixos.org/build/7185029

On the plus side, this makes building GCC much faster because it
re-enables parallel building.
2013-12-16 21:46:05 +01:00
Peter Simons 60103a4bd9 haskell-wai-test: update to version 2.0.0.1 2013-12-16 21:11:30 +01:00
Peter Simons 9a31332136 haskell-tasty: update to version 0.5.2.1 2013-12-16 21:11:30 +01:00
Peter Simons 0bbe648085 haskell-snaplet-acid-state: update to version 0.2.6 2013-12-16 21:11:30 +01:00
Peter Simons c1413dc30b haskell-enummapset-th: update to version 0.6.0.1 2013-12-16 21:11:30 +01:00
Peter Simons a3c0e40e52 haskell-ansi-terminal: update to version 0.6.1 2013-12-16 21:11:30 +01:00
Peter Simons ee755fa3bc haskell-HsOpenSSL: update to version 0.10.3.6 2013-12-16 21:11:30 +01:00
Peter Simons 1e5e9a402b haskell-DAV: update to version 0.5.1 2013-12-16 21:11:29 +01:00
Peter Simons ec00fe0965 haskell-doctest: don't build haddock documentation with pre-7.4 versions of GHC 2013-12-16 21:11:29 +01:00
Peter Simons edaa56041c pkgs/build-support/cabal: configure a proper library rpath for dynamically linked executables 2013-12-16 21:11:29 +01:00
Eelco Dolstra 53567db1d5 glibc: Apply upstream patch for scanf regression
https://sourceware.org/bugzilla/show_bug.cgi?id=15917

This broke Atlas.

http://hydra.nixos.org/build/7072399
http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/
2013-12-16 17:12:19 +01:00
Eelco Dolstra eea9e405c8 source-highlight: Don't do a parallel build
The "make check" appears to have a race condition.

http://hydra.nixos.org/build/7116409
2013-12-16 17:03:19 +01:00
Eelco Dolstra a2b45034b3 php: Update to 5.4.23, 5.3.28
CVE-2013-4073, CVE-2013-6420
2013-12-16 14:50:40 +01:00
Eelco Dolstra acac786868 linux: Update to 3.4.74 2013-12-16 14:46:21 +01:00
Jason "Don" O'Conal 2b65900e75 vagrant: update to 1.4.0 2013-12-16 04:50:22 +00:00
Nixpkgs Monitor 9f83ba8776 log4cpp: update from 1.1 to 1.1.1 2013-12-16 01:36:19 +02:00
Nixpkgs Monitor 3695a60418 libeatmydata: update from 65 to 82 2013-12-16 01:36:19 +02:00
Nixpkgs Monitor 84aba31f42 libconfig: update from 1.4.8 to 1.4.9 2013-12-16 01:36:19 +02:00
Nixpkgs Monitor 2e43a29ec8 less: update from 436 to 462 2013-12-16 01:36:19 +02:00
Nixpkgs Monitor 0a29083188 jansson: update from 2.4 to 2.5 2013-12-16 01:36:19 +02:00
Nixpkgs Monitor 106785b092 ioping: update from 0.4 to 0.7 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor cda4252d4b guile_lib: update from 0.2.1 to 0.2.2 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor c253a1fb40 guile_ncurses: update from 1.3 to 1.4 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor 6a69d7e898 gsl: update from 1.15 to 1.16 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor 8dd78ae54d gptfdisk: update from 0.8.6 to 0.8.8 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor e748d4c498 gmtk: update from 1.0.5 to 1.0.8 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor e54c26a65c xdaliclock: update from 2.35 to 2.40 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor 6112fc7fff xaos: update from 3.5 to 3.6 2013-12-16 01:36:18 +02:00
Nixpkgs Monitor d2bb4dc100 windowmaker: update from 0.95.4 to 0.95.5 2013-12-16 01:36:17 +02:00
Nixpkgs Monitor f90e505d50 units: update from 1.86 to 2.02 2013-12-16 01:36:17 +02:00
Nixpkgs Monitor 3c936a0502 tinc: update from 1.0.22 to 1.0.23 2013-12-16 01:36:17 +02:00
Nixpkgs Monitor f5f6b86fc8 rpPPPoE: update from 3.10 to 3.11 2013-12-16 01:36:17 +02:00
Nixpkgs Monitor aeda3e2216 psmisc: update from 22.19 to 22.21 2013-12-16 01:36:17 +02:00