Vladimír Čunát
cb639302df
Merge glibc-2.18 branch into stdenv-updates
...
It's to separate from other changes coming from master.
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (taking both changes)
pkgs/development/libraries/ncurses/5_4.nix (deleted)
2013-12-28 18:51:23 +01:00
Vladimír Čunát
2265bab69d
llvm: fix heavily parallel builds
2013-12-28 17:32:01 +01:00
Bjørn Forsman
2b2c55e34a
ncurses: add ncurses5-config -> ncursesw5-config symlink
...
We already have backward compatibility symlinks for ncurses libraries
and pkg-config files (when built in unicode/wide mode). The last bit is
to add a symlink from ncurses5-config to ncursesw5-config, which is what
this commit does.
2013-12-26 18:51:48 +01:00
Bjørn Forsman
50253a3e84
ncurses: install *.pc files (for pkg-config)
...
To make e.g. "pkg-config --cflags ncursesw" work.
The ncurses expression, when built in unicode/wide char mode, provides
backward compatibility symlinks from lib<name>.so to lib<name>w.so.
Provide similar symlinks for the *.pc files: <name>.pc -> <name>w.pc.
2013-12-26 18:31:24 +01:00
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
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
Peter Simons
3e052e242f
gfortran48: disable parallel make to avoid apparent race condition
...
See <http://hydra.nixos.org/build/7125754 > as an example of a failed build.
2013-12-17 12:18:07 +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
Daniel Oertwig
42560c78bb
libxml2 w/o python --with-python=no on all systems
...
When building libxml2 without python enabled, pass "--with-python=no" to
configure on all systems, not only on FreeBSD. Omitting mentioned
configure option results in building libxml2 WITH python enabled. In
this case, configure is looking for python by itself in system paths.
With a rootless configuration, python includes from the host are accessed.
If those files (Python.h) are not available, building libxml2 fails.
2013-12-16 21:30:36 +01:00
Peter Simons
45e8de9a7d
Merge branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/misc/less/default.nix
2013-12-16 21:13:24 +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
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
a2b45034b3
php: Update to 5.4.23, 5.3.28
...
CVE-2013-4073, CVE-2013-6420
2013-12-16 14:50:40 +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
0a29083188
jansson: update from 2.4 to 2.5
2013-12-16 01:36:19 +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
49cfb2c896
httpunit: update from 1.6 to 1.7
2013-12-16 01:36:16 +02:00
Peter Simons
be8d22c05d
haskell-github: patch to fix build
2013-12-15 22:37:42 +01:00
Peter Simons
53e9145cd0
haskell-mime-mail: update to version 0.4.3
2013-12-15 22:37:42 +01:00
Peter Simons
3b3cc6a4ad
haskell-ghc-mod: keep the original 'ghc-mod' binary in $out/bin, not $out
2013-12-15 22:37:41 +01:00
Peter Simons
41f0df1068
haskell-ghc-mod: don't rely on /bin/sh
2013-12-15 22:37:41 +01:00
Peter Simons
66fa31308c
haskell-ghc-mod: re-enable the test suite
2013-12-15 22:37:41 +01:00
Michael Raskin
556e38c0f4
Fix LuaJIT evaluation on non-Linux platforms
2013-12-15 20:12:35 +04:00
Nixpkgs Monitor
3073e0697f
libcdio: update from 0.82 to 0.90
2013-12-15 13:18:34 +02:00
Nixpkgs Monitor
ffd5623ec8
libcddb: update from 1.3.0 to 1.3.2
2013-12-15 13:16:57 +02:00
Nixpkgs Monitor
4095a1d554
incrtcl: update from 3.4b1 to 3.4.1
2013-12-15 13:08:19 +02:00
Nixpkgs Monitor
53754a0397
help2man: update from 1.40.8 to 1.43.3
2013-12-15 13:03:15 +02:00
Nixpkgs Monitor
38803914d6
doxygen: update from 1.8.3.1 to 1.8.5
2013-12-15 12:32:24 +02:00
Nixpkgs Monitor
680a6380c8
cppcheck: update from 1.53 to 1.62
2013-12-15 12:26:24 +02:00