Commit Graph

24631 Commits

Author SHA1 Message Date
Domen Kožar
d769b52307 python: pass stdenv.glibc to crypt module to expose crypt.so 2015-05-13 18:39:50 +02:00
Ricardo M. Correia
981ea747b5 cargo: 2015-05-11 -> 2015-05-13 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
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
Peter Simons
3e89fab1f7 haskell-rtorrent-rpc: update ticket link 2015-05-13 13:08:15 +02:00
Peter Simons
aaa9f837a9 r-modules: fix Hydra evaluation errors 2015-05-13 11:31:39 +02:00
Charles Strahan
ac4515958d ghcjs: bump ghcjs-boot
This updates the git reference of the aeson submodule; the old one
vanished.
2015-05-12 20:04:12 -04:00
Shea Levy
7e1286bf01 jsoncpp: don't rely on coreutils cp 2015-05-12 16:28:07 -04:00
aszlig
a7028d3d07
python2: Pass configureFlags to modules as well.
Fixes regression from 086e801d51.

The switch tu UCS-4 only happened for the main Python interpreter and
libraries, but the extension modules were using the same source but
without any configureFlags, so the extensions still referred to UCS-2
symbols.

Tested module builds of Python 2.7 and all modules except crypto fail.
Also tested against sqlite3 module of Python 2.6, although for other
modules there still seems to be an unrelated build failure with Tcl/Tk
libraries, so we might need to fix that later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
aszlig
55e66db0fa
python2: Don't fail silently on module build.
A build output of such a failure can be found here:

http://hydra.nixos.org/build/21994789/nixlog/1/raw

The build_ext command doesn't return non-zero if it fails but instead
produces a file with a "_failed.so" suffix, which we're now checking
after the build_ext command.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
Ricardo M. Correia
755df64ee3 Merge pull request #7501 from wizeman/u/upd-rust
Add support for Rust / Cargo packaging
2015-05-12 17:30:11 +02:00
Ricardo M. Correia
e40a43cd1f rustRacer: 2015-04-12 -> 2015-05-04 2015-05-12 17:28:52 +02:00
Ricardo M. Correia
cbdedca255 cargo: 2015-04-14 -> 2015-05-11 2015-05-12 17:28:50 +02:00
Ricardo M. Correia
4c77830a93 rustcMaster: Update from 2015-04-15 -> 2015-05-09 2015-05-12 17:28:48 +02:00
Thomas Tuegel
f853661229 Merge branch 'kde5' 2015-05-12 09:49:16 -05:00
Nikolay Amiantov
3e17a5c1d0 haskell-unlambda/brainfuck: Put a note 2015-05-12 17:33:46 +03:00
Nikolay Amiantov
cb9764f847 haskell-lambdabot: remove ghc 7.8 patch 2015-05-12 17:25:52 +03:00
Nikolay Amiantov
f83011736f haskell-mueval: update patch 2015-05-12 17:25:52 +03:00
Nikolay Amiantov
367c7779e0 haskell-dependent-sum-template: updated on Hackage 2015-05-12 17:25:38 +03:00
Nikolay Amiantov
332df249e6 haskell-misfortune: fix patch 2015-05-12 17:25:24 +03:00
Thomas Tuegel
def321e811 add grantlee-5.0.0 2015-05-12 08:51:55 -05:00
Shea Levy
82ba13111c ncurses: Fix shouldUsePkg on darwin 2015-05-12 06:26:31 -07:00
Eelco Dolstra
4a22a4429c gcc-3.4: Remove
No longer in use.
2015-05-12 15:05:01 +02:00
Eelco Dolstra
7745c733eb gcc: Remove duplicate files 2015-05-12 15:05:01 +02:00
Eelco Dolstra
e75b5351ac gcc-4.9: Sync with changes made to the 4.8 expression 2015-05-12 14:55:18 +02:00
Eelco Dolstra
bbefd04c89 gcc-5: Remove obsolete mudflap reference 2015-05-12 14:55:17 +02:00
Peter Simons
8310a8169f Merge pull request #7820 from michelk/r-modules/update
r-modules: regenerate cran packages (2015-05-11T14:48:00+0100)
2015-05-12 11:59:38 +02:00
aszlig
7d1a4f9e3f
libe-book: Add missing zlib dependency.
Since 287ec76, zlib is no longer propagated by libxml, so we need to add
it as a direct dependency.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 10:45:41 +02:00
Tobias Geerinckx-Rice
6396c04d9f ccache: enable tests
Let's hope this doesn't break all over the place. Works here.
2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice
75ecd2e415 ccache 3.2.1 -> 3.2.2
New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
  alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
  can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).

Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
  different.  This makes it possible to rebuild with "CCACHE_CPP2" set
  without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
  exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
  failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
  with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.
2015-05-12 07:52:59 +02:00
Michel Kuhlmann
aabee7eb46 r-modules: regenerate 2015-05-11T14:48:00+0100 2015-05-12 07:47:41 +02:00
William A. Kennington III
2c9481e0fd libssh2: Fix for darwin 2015-05-11 15:18:08 -07:00
William A. Kennington III
5eda8246a4 gss: Fix on darwin 2015-05-11 15:15:04 -07:00
William A. Kennington III
0b3af3074e libgcrypt: Fix darwin build 2015-05-11 15:14:22 -07:00
Eric Seidel
662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Eric Seidel
84e1c276e6 Merge pull request #7756 from ericbmerritt/fix-osx-crypto++
This resolves crypto++ build problems on OSX
2015-05-11 14:19:15 -07:00
Peter Simons
087892c42d haskell-aeson test suite is broken.
haskell-email-validate test suite has been fixed.
2015-05-11 22:27:51 +02:00
Pascal Wittmann
a16cd707bd Merge pull request #7804 from codyopel/global
global: refactor
2015-05-11 21:15:38 +02:00
Peter Simons
6a95cd085f Merge pull request #7805 from codyopel/ctags
ctags: 804 -> 816
2015-05-11 19:18:56 +02:00
Peter Simons
4ead7bc0b7 hackage-packages.nix: update to 65d3f6a305 with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e 2015-05-11 17:01:56 +02:00
Shea Levy
c13f189b19 ats-extsolve: bump 2015-05-11 06:41:53 -04:00
codyopel
4cba460737 ctags: 804 -> 816 2015-05-11 05:27:53 -04:00
codyopel
b8f1d6c9db global: refactor 2015-05-11 04:22:26 -04:00
Domen Kožar
bb4d658f64 Merge branch 'master' into staging
Conflicts:
	nixos/doc/manual/release-notes/rl-unstable.xml
	nixos/modules/services/printing/cupsd.nix
	pkgs/applications/misc/calibre/default.nix
	pkgs/development/haskell-modules/hackage-packages.nix
	pkgs/development/libraries/libsodium/default.nix
	pkgs/misc/emulators/wine/unstable.nix
	pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
William A. Kennington III
c3bdabca73 Merge pull request #7803 from codyopel/intltool
intltool: refactor
2015-05-11 00:35:06 -07:00
codyopel
4b07d16827 intltool: refactor 2015-05-11 03:11:30 -04:00
William A. Kennington III
df3d2010ae libinput: 0.14.1 -> 0.15.0 2015-05-10 22:35:05 -07:00
Charles Strahan
e3696ed37f ghcjs: bump ghcjs-prim
closes #7768
2015-05-11 00:52:52 -04:00
Shea Levy
d983875362 gcc-5: Fix build on darwin 2015-05-10 18:06:29 -07:00
Tobias Geerinckx-Rice
029db1fdf4 Merge pull request #7401 from bendlas/geoip-database
geoip: Install geolite database by default
2015-05-10 22:20:44 +02:00
Peter Simons
eafd67b45e haskell-wreq has been fixed upstream 2015-05-10 22:14:46 +02:00
Peter Simons
e9e07667b2 haskell-cryptol: override is no longer necessary 2015-05-10 22:14:46 +02:00
Peter Simons
c2c724bcaf haskell-stm-queue-extras: override is no longer necessary 2015-05-10 22:14:46 +02:00
Peter Simons
7f76150662 haskell-call: build should be fixed, but the dependency audiovisual is still broken 2015-05-10 22:14:46 +02:00
Peter Simons
7b49289c74 hackage-packages.nix: update to 4f492cbdcc with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e 2015-05-10 22:14:42 +02:00
Benno Fünfstück
2818017347 Merge pull request #7791 from vandenoever/elm
Fix compilation of language-glsl.
2015-05-10 19:02:30 +02:00
Jos van den Oever
d8b93eb1cd Fix compilation of language-glsl.
The issue / patch https://github.com/noteed/language-glsl/pull/10 fixes
a compilation problem with language-glsl.
The packages pretty and prettyclass conflicted when compiled with GHC 7.10.
2015-05-10 18:50:07 +02:00
Domen Kožar
b7f15c43da fix evals /cc @ttuegel 2015-05-10 13:46:32 +02:00
Michael Raskin
ed38a2d32b Explicitly pass -pthread flag to fix the build after some updates 2015-05-10 13:46:31 +02:00
Michael Raskin
ae3b88aae4 Update SBCL 2015-05-10 13:46:31 +02:00
Michael Raskin
84ffa4d489 Update CL-Launch 2015-05-10 13:46:31 +02:00
Michael Raskin
53f8245494 Update luarocks 2015-05-10 13:46:31 +02:00
Michael Raskin
be221a05ed Update Regina/REXX 2015-05-10 13:46:30 +02:00
Michael Raskin
749cc094c6 Update allegro5-unstable 2015-05-10 13:46:30 +02:00
Michael Raskin
c9da13e240 Update SQLite 2015-05-10 13:46:30 +02:00
Domen Kožar
5c6f159cd5 subunit: split package into everything and python lib 2015-05-10 13:46:30 +02:00
codyopel
c250cf6f53 libsodium: refactor & remove duplicate 2015-05-10 13:46:29 +02:00
Joachim Fasting
f7dc64575d libsodium: 1.0.2 -> 1.0.3 2015-05-10 13:46:02 +02:00
Brian McKenna
a6f1db46e7 Add EventStore package
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
4081886d1a alloy: remove left-over no-op 2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
8bba7c5cf1 Add cfr 0_100: another Java decompiler 2015-05-10 13:46:01 +02:00
Peter Simons
535cbdbf73 haskell-email-validate: disable test suite to fix the build
Reported in https://github.com/Porges/email-validate-hs/issues/12.
2015-05-10 13:46:01 +02:00
Peter Simons
c65e48ca96 haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
Reported in https://github.com/magthe/sandi/issues/7.
2015-05-10 13:46:01 +02:00
Peter Simons
d484328619 hackage-packages.nix: update to 7424fa13db with hackage2nix revision 5e6df99a29c3e80bb071af288038312b19baf022 2015-05-10 13:46:01 +02:00
Peter Simons
60d405f573 haskell-smaoin has been fixed upstream. 2015-05-10 13:46:00 +02:00
Peter Simons
132e0fed79 hackage-packages.nix: update to 533fd30acc with hackage2nix revision f8474108eabeb513175d845709f749070ffdd8ba 2015-05-10 13:46:00 +02:00
Richard Wallace
2b45d39720 no longer need to patch reactive-banana, latest version has all the necessary instances 2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
62382e6a6f alloy: use installPhase instead of ./builder.sh
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
f904376904 Add alloy 4.2_2015-02-22: relational modeller 2015-05-10 13:46:00 +02:00
Renzo Carbonara
9130b8d877 Haskell: explicit reflex-dom dependencies for GHCJS
When building `reflex-dom` for GHCJS, the following dependencies are not
needed and will fail to build: glib, gtk3, webkitgtk3,
webkitgtk3-javascriptcore. Now we explicitely need the dependencies
needed for building for GHCJS.
2015-05-10 13:45:59 +02:00
John Wiegley
ec1e3050fe coqPackages.QuickChick: New expression 2015-05-10 13:45:59 +02:00
Charles Strahan
f6f6156625 ghcjs: set NIX_GHCJS_* variables in env. 2015-05-10 13:45:59 +02:00
Charles Strahan
4e04fdce86 ghcjs: properly wrap binaries in environment
This also:

 1  Builds Setup.hs with ghcjs, which (among other things) defines
    __GHCJS__ and ghcjs_HOST_OS during pre-processing.
 2  Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
 3  Boots ghcjs into $prefix/lib/$compiler.
2015-05-10 13:45:59 +02:00
William A. Kennington III
247bce6eb0 nss: 3.18.1 -> 3.19 2015-05-10 13:45:59 +02:00
William A. Kennington III
861e5e7573 gnutls: Remove potentially insecure 3.2 2015-05-10 13:45:59 +02:00
Dario Bertini
86290712d2 Enable old pythons' wide builds 2015-05-10 13:45:26 +02:00
Michael Raskin
a54e796cff Explicitly pass -pthread flag to fix the build after some updates 2015-05-10 13:36:47 +03:00
Michael Raskin
47c2726363 Update SBCL 2015-05-10 13:36:47 +03:00
Michael Raskin
fdd0a1f7f8 Update CL-Launch 2015-05-10 13:36:46 +03:00
Michael Raskin
d1d2a9856c Update luarocks 2015-05-10 13:36:45 +03:00
Michael Raskin
9ebdf9f8a9 Update Regina/REXX 2015-05-10 13:36:44 +03:00
Michael Raskin
47011aa614 Update allegro5-unstable 2015-05-10 13:36:44 +03:00
Michael Raskin
1a407e9311 Update SQLite 2015-05-10 13:36:44 +03:00
Domen Kožar
5a330ad306 Merge pull request #7724 from berdario/python-wide-builds
Enable old pythons' wide builds
2015-05-10 12:18:02 +02:00
Domen Kožar
90ee280913 subunit: split package into everything and python lib 2015-05-10 11:39:42 +02:00
Arseniy Seroka
442a271bc9 Merge pull request #7752 from puffnfresh/package/eventstore
Add EventStore package
2015-05-10 01:28:38 +03:00
codyopel
7a794e1797 libsodium: refactor & remove duplicate 2015-05-09 18:20:06 -04:00
Pascal Wittmann
28a9f86061 Merge pull request #7781 from joachifm/libsodium-1_0_3
libsodium: 1.0.2 -> 1.0.3
2015-05-09 23:18:42 +02:00
Joachim Fasting
44cdda7afb libsodium: 1.0.2 -> 1.0.3 2015-05-09 20:40:42 +02:00
Brian McKenna
1ad2fa452a Add EventStore package
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-09 11:46:01 -06:00
Benjamin Saunders
f392d36b17 libuv: version 1.5.0 2015-05-09 17:13:51 +00:00
Tobias Geerinckx-Rice
8f74b653d2 alloy: remove left-over no-op 2015-05-09 17:40:51 +02:00
Tobias Geerinckx-Rice
41ad1f947b Add cfr 0_100: another Java decompiler 2015-05-09 17:38:35 +02:00
Peter Simons
c4bc6fc243 haskell-email-validate: disable test suite to fix the build
Reported in https://github.com/Porges/email-validate-hs/issues/12.
2015-05-09 14:16:47 +02:00
Peter Simons
1d119271e7 haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
Reported in https://github.com/magthe/sandi/issues/7.
2015-05-09 14:16:47 +02:00
Peter Simons
31b330828c hackage-packages.nix: update to 7424fa13db with hackage2nix revision 5e6df99a29c3e80bb071af288038312b19baf022 2015-05-09 14:16:43 +02:00
Peter Simons
e11306a366 haskell-smaoin has been fixed upstream. 2015-05-09 11:39:38 +02:00
Peter Simons
d9411d53e9 hackage-packages.nix: update to 533fd30acc with hackage2nix revision f8474108eabeb513175d845709f749070ffdd8ba 2015-05-09 11:26:09 +02:00
Richard Wallace
b5f2fd7220 no longer need to patch reactive-banana, latest version has all the necessary instances 2015-05-08 23:17:47 -07:00
Eric Merritt
73f0339c35 crypto++: fix build issue on OSX (10.9.5 at least) 2015-05-08 22:29:41 -05:00
Tobias Geerinckx-Rice
e50afd12b7 alloy: use installPhase instead of ./builder.sh
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-09 03:17:33 +02:00
Tobias Geerinckx-Rice
4c5d3f5a71 Add alloy 4.2_2015-02-22: relational modeller 2015-05-09 01:25:59 +02:00
Renzo Carbonara
9d03afa429 Haskell: explicit reflex-dom dependencies for GHCJS
When building `reflex-dom` for GHCJS, the following dependencies are not
needed and will fail to build: glib, gtk3, webkitgtk3,
webkitgtk3-javascriptcore. Now we explicitely need the dependencies
needed for building for GHCJS.
2015-05-08 16:54:07 -03:00
John Wiegley
1da4d8b5c9 coqPackages.QuickChick: New expression 2015-05-08 11:35:23 -05:00
Peter Simons
7fd7cf69af Merge pull request #7734 from cstrahan/ghcjs-improvements
ghcjs: properly wrap binaries in environment
2015-05-08 18:26:07 +02:00
Charles Strahan
31dde16881 ghcjs: set NIX_GHCJS_* variables in env. 2015-05-08 11:53:28 -04:00
Charles Strahan
929dc4199a ghcjs: properly wrap binaries in environment
This also:

 1  Builds Setup.hs with ghcjs, which (among other things) defines
    __GHCJS__ and ghcjs_HOST_OS during pre-processing.
 2  Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
 3  Boots ghcjs into $prefix/lib/$compiler.
2015-05-08 11:33:44 -04:00
William A. Kennington III
9f337e8cc7 nss: 3.18.1 -> 3.19 2015-05-08 06:14:35 -07:00
William A. Kennington III
f5ea3fe589 gnutls: Remove potentially insecure 3.2 2015-05-08 06:08:46 -07:00
William A. Kennington III
916b95b829 gnutls: 3.4.0 -> 3.4.1 2015-05-08 06:05:43 -07:00
William A. Kennington III
c9395e1e92 Merge branch 'master' into staging 2015-05-08 05:59:50 -07:00
William A. Kennington III
3a07187003 gnutls: 3.3.14 -> 3.3.15 2015-05-08 05:54:12 -07:00
Peter Simons
dbdba8e0c4 haskell-bitcoin-api-extra depends on broken wreq library 2015-05-08 14:10:16 +02:00
Peter Simons
300edc44f8 haskell-edit-distance has been fixed upstream 2015-05-08 14:10:16 +02:00
Peter Simons
60cee4e995 haskell-text: trigger re-build to mitigate non-deterministic library ID bug 2015-05-08 14:10:16 +02:00
Peter Simons
ad0140e780 haskell-Yampa has been fixed upstream. 2015-05-08 14:10:16 +02:00
Peter Simons
0dc150ffbc haskell-cabal-lenses: trigger re-build to fix broken Hydra package 2015-05-08 14:10:16 +02:00
Peter Simons
677ab5d03c haskell-samoin: fix build by disabling the test suite 2015-05-08 14:10:16 +02:00
Peter Simons
4dba3fa2e0 Fix bogus references to cabal-install 1.18.x. 2015-05-08 14:10:16 +02:00
Peter Simons
e930cf057e hackage-packages.nix: update to d338756e7c with hackage2nix revision f8474108eabeb513175d845709f749070ffdd8ba 2015-05-08 14:10:15 +02:00
Peter Simons
7e9d00b05d libcrafter: fix broken evaluation 2015-05-08 13:50:46 +02:00
Bob van der Linden
2cd6b418b9 libcrafter: added license and maintainer 2015-05-08 13:26:31 +02:00
Luca Bruno
eb98989cf0 Add libcrafter and tracebox 2015-05-08 13:20:27 +02:00
lethalman
416ac64143 Merge pull request #7745 from obadz/mono
mono 3.12.1 -> 4.0.1
2015-05-08 11:30:39 +02:00
Daniel Peebles
b1a217ec55 Merge pull request #7637 from spwhitt/sdl
SDL*: Fix on Darwin
2015-05-08 01:16:39 -04:00
Thomas Tuegel
55a2edb893 mlt-qt5: fix build with Qt 5.4 2015-05-07 21:49:53 -05:00
Pascal Wittmann
e8d3cda337 Merge pull request #7748 from codyopel/libsass
libsass: 3.1.0 -> 3.2.2 & sassc: 3.1.0 -> 3.2.1
2015-05-07 18:16:45 +02:00
Tobias Geerinckx-Rice
72d925f7ef Add libpsl 0.7.1: Publix Suffix List C library 2015-05-07 16:08:48 +02:00
codyopel
0f4b787428 sassc: 3.1.0 -> 3.2.1 2015-05-07 09:51:40 -04:00
codyopel
5f874466eb libsass: 3.1.0 -> 3.2.2 2015-05-07 09:50:50 -04:00
codyopel
0c0e37a32b libsexy: add meta 2015-05-07 08:38:43 -04:00
obadz
d27b8e642e mono 3.12.1 -> 4.0.1
monodevelop 5.7.0.660 -> 5.9.0.431
2015-05-07 12:56:22 +01:00
codyopel
e9b093bc98 stxxl: refactor 2015-05-07 06:04:20 -04:00
William A. Kennington III
074c4a7f78 Merge remote-tracking branch 'upstream/master' into staging 2015-05-07 01:44:49 -07:00
William A. Kennington III
d3f3317632 Revert "Revert "libvorbis: propagate libogg dependency""
This reverts commit 5728c06f83.
2015-05-07 01:38:14 -07:00
William A. Kennington III
3f9817fd51 Revert "libvorbis: Fix ogg dependency"
This reverts commit ca5c9e6cf2.
2015-05-07 01:38:03 -07:00
Dan Peebles
5454be28aa I suppose this is the 'better' way to fix bundler for now. Ugh 2015-05-07 01:14:14 -04:00
Dan Peebles
35ddd2543a Revert "Fix bundler HEAD"
This reverts commit 00c4c52277.
2015-05-07 01:10:46 -04:00
Dan Peebles
00c4c52277 Fix bundler HEAD 2015-05-07 00:11:00 -04:00
Arseniy Seroka
75ee41fdb9 lua_patch: fix url 2015-05-06 22:05:44 +03:00
Arseniy Seroka
f24d8777dd Revert "lua_patch: fix sha"
This reverts commit c5a0dae668.
2015-05-06 22:05:20 +03:00
Arseniy Seroka
c5a0dae668 lua_patch: fix sha 2015-05-06 22:01:16 +03:00
cillianderoiste
9cb6ebe15e Merge pull request #7678 from magnetophon/ingen-master
update ingen
2015-05-06 19:26:35 +02:00
cillianderoiste
cb9a681131 Merge pull request #7715 from magnetophon/ir.lv2-master
add ir.lv2, a convolution plugin.
2015-05-06 19:01:29 +02:00
William A. Kennington III
4559bc015d hiredis: 0.13.0 -> 0.13.1 2015-05-06 09:42:50 -07:00
Thomas Tuegel
68350c5b9f add signon 2015-05-06 10:53:01 -05:00
Thomas Tuegel
10d1a9cf8e add accounts-qt 2015-05-06 10:32:40 -05:00
Bart Brouns
c99af2710d add ir.lv2, a convolution plugin. 2015-05-06 15:16:08 +02:00
Thomas Tuegel
abb76bcdad add libaccounts-glib-1.16 2015-05-06 07:34:18 -05:00
Shea Levy
3aff74a7a2 Resurrect old cloog and isl for gcc-4.9
Fixes #7723

Refs 8af39c1cf7
Refs 5cd11989c5
2015-05-06 08:32:12 -04:00
Thomas Tuegel
09af6d4572 add telepathy-qt5 2015-05-06 07:08:20 -05:00
Bart Brouns
3ca38da728 add Sorcer, an LV2 synth. 2015-05-06 13:14:14 +02:00
Peter Simons
1eee813f9b Merge pull request #7719 from cstrahan/ghc-7101-ghcjs-user-pkg-db
ghc-7.10.1: fix user pkg db location for GHCJS
2015-05-06 12:08:00 +02:00
Domen Kožar
b5eca243de Merge pull request #7704 from codyopel/vaapi-intel
libva-intel-driver: refactor
2015-05-06 11:30:17 +02:00
Domen Kožar
bc453c868e Merge pull request #7720 from Ralith/libuv
libuv: version 1.4.2
2015-05-06 11:29:52 +02:00
Dario Bertini
086e801d51
Enable old pythons' wide builds 2015-05-06 07:50:52 +01:00
Benjamin Saunders
7f00ab7f67 libuv: version 1.4.2 2015-05-06 01:44:24 +00:00
John Wiegley
e70f8b391e openjpeg: Correctly set the install name on darwin
This fixes libpoppler, and thus texLiveFull
2015-05-05 20:30:02 -05:00
Charles Strahan
9a658d340f ghc-7.10.1: fix user pkg db location for GHCJS
This cherry picks the commit referenced on the associated trac ticket:
https://ghc.haskell.org/trac/ghc/ticket/10232
2015-05-05 20:48:27 -04:00
Charles Strahan
007dfb8438 ghcjs: bump git revision
This resolves an issue in ghcjs where lazy IO can result in opening too
many files during linking due to lazy IO.
2015-05-05 20:35:39 -04:00
William A. Kennington III
0f2de4c64e heimdal: Disable DCE as it was breaking the build 2015-05-05 13:56:44 -07:00
Pascal Wittmann
4a9df12721 Merge pull request #7708 from vbgl/framac-sodium
frama-c: update from Neon to Sodium
2015-05-05 21:49:46 +02:00
Peter Simons
06255562b6 hackage-packages.nix: update to a194932779 with hackage2nix revision db53ac3a644eebda581c9f036ccd55a19ff3c629 2015-05-05 21:44:48 +02:00
Peter Simons
ea3b8cd918 cabal2nix: update to version 20150505 2015-05-05 21:44:48 +02:00
Peter Simons
a2f6ca40e3 haskell-timerep test suite crashes ghc-7.10.x 2015-05-05 21:44:48 +02:00
Peter Simons
857ddfc2f5 haskell-sdr fails its test suite. 2015-05-05 21:44:48 +02:00
Peter Simons
539e8eb7f1 haskell-Yampa fails its test suite. 2015-05-05 21:44:48 +02:00
Peter Simons
4cf188b376 We can't build cabal-install with ghc-6.12.x. 2015-05-05 21:44:48 +02:00
Peter Simons
ea9e11db9a haskell-monad-par: fix build with ghc-7.4.x 2015-05-05 21:44:48 +02:00
Peter Simons
b5c368cbe4 haskell-unix-time: fix build with ghc-7.4.x 2015-05-05 21:44:47 +02:00
Peter Simons
324719a5a6 Drop obsolete pre-NG Haskell builds. 2015-05-05 21:44:47 +02:00
Peter Simons
e36427857d Fix cabal-install builds with ghc 7.0.x and 7.2.x. 2015-05-05 21:44:47 +02:00
Peter Simons
01ba9d0dec hackage-packages.nix: update to 69ffcf7c20 with hackage2nix revision 936f7d1dd81cf86df3d79e4e38d17dc68e2a561e 2015-05-05 21:44:47 +02:00
Peter Simons
e9631f289f haskell-clash-lib depends on broken singletons library. 2015-05-05 21:44:47 +02:00
Peter Simons
1e574111ff haskell-temporal-music-notation does not compile.
https://github.com/anton-k/temporal-music-notation/issues/1
2015-05-05 21:44:47 +02:00
Peter Simons
1650292b65 hackage-packages.nix: update to 9c68a9d77e with hackage2nix revision a92f66b20fe51e401d0d4d945beeae82093f8d43 2015-05-05 21:44:47 +02:00
Vincent Laporte
67529e7a08 frama-c: update from Neon to Sodium 2015-05-05 19:59:54 +02:00
Tobias Geerinckx-Rice
897897cc30 Add flexc++ 2.02.00: C++ lexical scanner generator 2015-05-05 19:44:48 +02:00
Tobias Geerinckx-Rice
32ff988030 Add bobcat 3.25.01: C++ helper library 2015-05-05 19:44:47 +02:00
Tobias Geerinckx-Rice
288291e132 yodl: fix paths. Now it actually works. 2015-05-05 19:44:45 +02:00
Tobias Geerinckx-Rice
c37ca32be2 Add picoc 2015-05-04: a very small C interpreter 2015-05-05 19:43:20 +02:00
Tobias Geerinckx-Rice
2c62a0a930 Add egypt 1.10: create simple C call graphs 2015-05-05 19:43:18 +02:00
Peter Simons
53598090ea hackage-packages.nix: update to 461332b5dd with hackage2nix revision a92f66b20fe51e401d0d4d945beeae82093f8d43 2015-05-05 19:18:19 +02:00
Luca Bruno
ec498cf022 openldap: fix broken .la files 2015-05-05 18:02:18 +02:00
Peter Simons
63286c7d79 Merge pull request #7644 from phile314/master
haskell-uhc: New version with GHC 7.10 support.
2015-05-05 16:00:45 +02:00
Damien Cassou
e580d75aaa Merge pull request #7702 from DamienCassou/update-pharo-launcher-0.2.7
Pharo launcher 0.2.4 -> 0.2.7
2015-05-05 15:33:25 +02:00
Damien Cassou
2a5fef39c9 Pharo launcher 0.2.4 -> 0.2.7 2015-05-05 15:15:31 +02:00
codyopel
1b95228a53 libva-intel-driver: refactor 2015-05-05 08:41:54 -04:00
Philipp Hausmann
cc8539293c
haskell-uhc: New version with GHC 7.10 support. 2015-05-05 13:43:42 +02:00
Peter Simons
19e1e44809 haskell-ghc-events has been fixed upstream. 2015-05-05 13:11:30 +02:00
Peter Simons
d383f5181c haskell-singletons: broken with GHC 7.10.x and probably other versions too 2015-05-05 12:54:54 +02:00
Peter Simons
b8bd197915 haskell-libconfig: fix build 2015-05-05 12:54:54 +02:00
Peter Simons
d42d6438b2 Use old conduit version 1.2.4.1 for GHC 7.6.x and 7.8.x.
Newer versions seem impossible to compile with older GHCs because they
invariably refer to a non-existent version of 'void':

  http://hydra.cryp.to/build/794276/nixlog/41/raw
  http://hydra.cryp.to/build/794273/nixlog/98/raw
2015-05-05 12:54:53 +02:00
Peter Simons
34c533009d hackage-packages.nix: update to 377c4aff87 with hackage2nix revision e4785fc969ad3ea9d2fdda94a86d0fff9c56721c 2015-05-05 12:54:48 +02:00
Peter Simons
e0181e4b72 haskell-void: trigger re-build some more 2015-05-05 11:15:58 +02:00
Edward Tjörnhammar
eb0c7512bb Merge pull request #7684 from MarcWeber/submit/wavpack_pc
fix wavpack .pc file
2015-05-05 10:04:27 +02:00
William A. Kennington III
4e400df1d8 npth: 1.1 -> 1.2 2015-05-04 23:20:34 -07:00
William A. Kennington III
6acab0228f pcre: 8.36 -> 8.37 2015-05-04 23:20:13 -07:00
Arseniy Seroka
eaa5e2309f spacefm: update and add dep 2015-05-05 02:59:25 +03:00
Arseniy Seroka
0095c4e376 Merge pull request #7694 from spwhitt/dbus
dbus: Build on Darwin (Regression fix)
2015-05-05 00:14:59 +03:00
Peter Simons
3e17d6e958 haskell-void: trigger re-build to unbreak our copy on Hydra 2015-05-04 20:04:20 +02:00
Peter Simons
f9e31617a3 Merge pull request #7693 from phile314/data-hash-fix
haskell-data-hash: disable broken test suite
2015-05-04 18:09:04 +02:00
Pascal Wittmann
c9944694e5 Merge pull request #7689 from ehmry/nim
nim: 0.10.2 -> 0.11.0
2015-05-04 17:08:41 +02:00
Spencer Whitt
80edc95494 dbus: Build on Darwin 2015-05-04 10:56:49 -04:00
Philipp Hausmann
35b3d16bde
haskell-data-hash: disable broken test suite 2015-05-04 16:20:11 +02:00
Peter Simons
63efc2ee38 haskell-doctest-prop: disable broken test suite 2015-05-04 15:51:58 +02:00
Peter Simons
6079bd61b5 haskell-bitcoin-api: depends on broken wreq 2015-05-04 15:51:17 +02:00
Peter Simons
cf230ccc82 hackage-packages.nix: update to 7291c193bd with hackage2nix revision 1e8c48d7b3a9b73489d686ee1ae44f4198130294 2015-05-04 15:49:46 +02:00
Emery Hemingway
3984468692 nim: 0.10.2 -> 0.11.0 2015-05-04 08:58:26 -04:00
Peter Simons
436fbf8564 uhc: convert build to Haskell NG 2015-05-04 12:27:03 +02:00
Peter Simons
a186500417 jhc: convert build to Haskell NG 2015-05-04 12:27:03 +02:00
Peter Simons
7299118724 Remove obsolete Haskell attribute name compatibility layer. 2015-05-04 12:27:03 +02:00
Peter Simons
acb628a07f Drop obsolete pkgs/development/compilers/ghc/wrapper.nix.
Resolves https://github.com/NixOS/nixpkgs/issues/6575.
2015-05-04 12:27:03 +02:00
Peter Simons
11bf7502cc Remove obsolete entries from pkgs/development/tools/haskell. 2015-05-04 12:27:02 +02:00
Peter Simons
1028dc7cb6 Remove obsolete pkgs/development/libraries/haskell directory. 2015-05-04 12:27:02 +02:00
Bart Brouns
9bf7b293e6 make lilv and sord svn versions separate. 2015-05-04 11:58:12 +02:00
Domen Kožar
21a7e39b0b Merge pull request #7658 from benley/jenkins-job-builder
New package: jenkins-job-builder
2015-05-04 10:34:52 +02:00
Marc Weber
2d34bc06a0 fix wavpack .pc file
The .pc file is missing declaration of exec_prefix causing other packages to
fail such as gst-plugins-good beacuse pkg-config stops processing
remaining .pc files

I notified david at wavpack com

enableParallelBuilding = true; also happens to work
2015-05-04 08:09:42 +00:00
William A. Kennington III
ca5c9e6cf2 libvorbis: Fix ogg dependency 2015-05-03 20:30:10 -07:00
William A. Kennington III
5728c06f83 Revert "libvorbis: propagate libogg dependency"
This reverts commit bd55792892.
2015-05-03 20:30:09 -07:00
William A. Kennington III
9740b0d12d kerberos: Modernize build 2015-05-03 20:30:09 -07:00
William A. Kennington III
f73682c526 ncurses: Cleanup abi version 2015-05-03 20:30:09 -07:00
Arseniy Seroka
6cecc2baf5 Merge pull request #7677 from philandstuff/add-pam-u2f-support
Add PAM support for U2F devices
2015-05-03 21:47:11 +03:00
Philip Potter
2216728979 add support for pam_u2f to nixos pam module
This adds support for authenticating using a U2F device such as a
yubikey neo.
2015-05-03 19:22:00 +01:00
Benjamin Staffin
3a371528bb New package: jenkins-job-builder 2015-05-03 10:58:17 -07:00
Lluís Batlle i Rossell
9be8b790f8 Choosing a different nodejs for armv5tel.
nodejs 0.12 doesn't build in armv5 or without fpu, it seems.
I tested this change on armv5tel, branch staging.
2015-05-03 18:02:55 +02:00
Bart Brouns
d362c6ff98 update ingen 2015-05-03 17:45:52 +02:00
Sander van der Burg
9cea006c68 Merge pull request #7663 from taku0/android_sdk_24.1.2
Bump Android packages to newest versions, add androidsdk_5_1_1 and androidsdk_5_1_1_extras to env
2015-05-03 14:16:43 +00:00
taku0
d88736df6c androidsdk: Make monitor and other commands to work 2015-05-03 23:03:36 +09:00
Aristid Breitkreuz
365fd9efeb use gnutls rtmpdump for ffmpeg, as it doesnot build otherwise 2015-05-03 11:47:25 +00:00
Aristid Breitkreuz
6f5bfcdb33 Merge pull request #7665 from joachifm/cppcheck
cppcheck: 1.68 -> 1.69
2015-05-03 13:34:12 +02:00
Shea Levy
123ca02fe3 gcc51: rename gcc5 in light of new versioning scheme 2015-05-03 06:10:26 -04:00
Domen Kožar
36e2a9d3bd Merge pull request #7656 from joachifm/redundant-docutils
Delete redundant docutils expression
2015-05-03 04:36:05 +02:00
Ricardo M. Correia
372f7e0a13 pypy: Update from 2.5.0 -> 2.5.1 2015-05-03 01:19:39 +02:00
Joachim Fasting
127050d851 cppcheck: 1.68 -> 1.69
Also update meta and install man page.
2015-05-03 00:22:23 +02:00
Pascal Wittmann
2fee606d86 Merge pull request #7662 from joachifm/chipmunk-7
chipmunk: 6.1.5 -> 7.0.0
2015-05-02 22:42:41 +02:00
Thomas Tuegel
5535793302 ncurses5: add old ABI version for binary packages 2015-05-02 14:43:16 -05:00
Thomas Tuegel
bd55792892 libvorbis: propagate libogg dependency 2015-05-02 13:59:58 -05:00
taku0
dd89ec5785 Bump Android packages to newest versions, add androidsdk_5_1_1 and androidsdk_5_1_1_extras to env
Detailed changes:
- android-sdk: update 24.0.1 -> 24.1.2
- android-platforms: add 5.1.1
- android-platform-tools: update 21 -> 22
- android-build-tools: update 21.1.2 -> 22.0.1
- android-support: update 21 -> 22.1.1
- android-support-repository: update 9 -> 14
2015-05-02 22:15:29 +09:00
Luca Bruno
bb9ee2ab55 Add vala 0.28 2015-05-02 14:45:21 +02:00
Domen Kožar
ea8441fe6b Merge pull request #7661 from johbo/dmd-darwin
Be able to compile dmd on darwin, update dmd
2015-05-02 14:43:31 +02:00
Ricardo M. Correia
03c749e896 icedtea7_web: Update from 1.5.2 -> 1.6 2015-05-02 13:41:57 +02:00
Joachim Fasting
d1df0cd873 chipmunk: 6.1.5 -> 7.0.0 2015-05-02 13:34:22 +02:00
William A. Kennington III
473628b220 gss: Modernize 2015-05-02 04:12:06 -07:00
William A. Kennington III
bc8bbd5281 libsodium: Add maintainer 2015-05-02 04:12:06 -07:00
Aristid Breitkreuz
c6d17dfa24 fix up cudatoolkit 6.5 so that nvprof can run 2015-05-02 12:36:20 +02:00
Johannes Bornhold
2e658c1c63 dmd: Update version to 2.067.1 2015-05-02 11:20:45 +02:00
Johannes Bornhold
2bc69990cc dmd: Tweaks so that it compiles on darwin
- Patching the makefile so use "clang++" as compiler. This was commented out
  inside of the makefile.

- Fix the path to copy libphobos from.
2015-05-02 11:05:43 +02:00
William A. Kennington III
64c68c5413 cmake: 3.2.1 -> 3.2.2 2015-05-01 22:27:14 -07:00
William A. Kennington III
3550d117cc jsoncpp: 1.6.0 -> 1.6.2 2015-05-01 22:26:55 -07:00
William A. Kennington III
e2b6e11b94 libvorbis: Get rid of propagatedBuildInputs 2015-05-01 22:02:28 -07:00
William A. Kennington III
23f836615d ncurses: Fix gpm typo 2015-05-01 19:13:40 -07:00
William A. Kennington III
e9ee5f9961 libssh2: Modernize Build 2015-05-01 19:13:14 -07:00
William A. Kennington III
42663e41a5 libsamplerate: Remove propagation 2015-05-01 17:49:58 -07:00
William A. Kennington III
c5d13d4fe9 libmicrohttpd: Modernize 2015-05-01 17:48:59 -07:00
William A. Kennington III
60eda8f64d libassuan1: Remove 2015-05-01 17:48:25 -07:00
William A. Kennington III
56366679cf libassuan: Fix propagated build inputs 2015-05-01 17:47:23 -07:00
William A. Kennington III
a71f78acf7 libgcrypt: Massive cleanup and make 1.6 the default 2015-05-01 17:41:42 -07:00
William A. Kennington III
00df204c82 Merge remote-tracking branch 'upstream/master' into staging 2015-05-01 15:57:09 -07:00
William A. Kennington III
cf0b6b7be8 nghttp2: Add derivation 2015-05-01 15:06:39 -07:00
William A. Kennington III
21fea99191 Fix some meta 2015-05-01 15:06:39 -07:00
William A. Kennington III
9d4e9aa79e apr: 1.5.1 -> 1.5.2 2015-05-01 15:06:39 -07:00
Joachim Fasting
78a877bef1 Delete redundant docutils expression
`development/tools/documentation/docutils` is also provided
by `pythonPackages`; use that instead.
2015-05-01 20:46:07 +02:00
Thomas Tuegel
8591db4b10 libtasn1: fix evaluation and hash 2015-05-01 07:22:33 -05:00
William A. Kennington III
f48fe899c3 Simplify some builds with curses compatability 2015-04-30 18:49:28 -07:00
William A. Kennington III
ee78173b21 ncurses: Modernize build 2015-04-30 18:49:28 -07:00
William A. Kennington III
f537943f27 dejagnu: Add metadata 2015-04-30 18:49:27 -07:00
William A. Kennington III
6a5bf4f04e check: Add metadata 2015-04-30 18:49:27 -07:00
William A. Kennington III
5835d577e7 tcl/tk: Refactor and add maintainers 2015-04-30 18:49:27 -07:00
Shea Levy
a704233a87 Add ats-extsolve (formerly patsolve) 2015-04-30 18:54:40 -04:00
Joachim Fasting
bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Shea Levy
90ebf5b952 Add gcc-5.1.0 2015-04-30 10:48:35 -04:00
Shea Levy
0f3586e917 Add isl-0.14.1 2015-04-30 10:48:09 -04:00
William A. Kennington III
0cce6c3aea libtasn1: 4.4 -> 4.5 2015-04-29 16:00:26 -07:00
Thomas Tuegel
7f9ccc6284 libplist: update to 1.12 2015-04-29 17:46:34 -05:00
Thomas Tuegel
e3ff2793fb add libusbmuxd-1.0.10 2015-04-29 17:45:57 -05:00
Thomas Tuegel
2a5cac91e3 libimobiledevice: update to 1.2.0 2015-04-29 17:45:35 -05:00
Ricardo M. Correia
4cae83bb70 gprof2dot: Add new package
gprof2dot is a Python script to convert the output from many profilers
into a dot graph.
2015-04-30 00:16:02 +02:00
Spencer Whitt
b37d5864d6 SDL: libcap is Linux only 2015-04-29 17:39:42 -04:00
Spencer Whitt
e2011fa80d Enable some SDL libraries on Darwin 2015-04-29 17:39:41 -04:00
Spencer Whitt
948884ef11 SDL2: pass explicit --without-x flag to configure
Fixes build on Darwin for me, possibly necessary on other systems as
well
2015-04-29 17:39:40 -04:00
Thomas Tuegel
1fe28a1132 Merge remote-tracking branch 'upstream/master' into staging 2015-04-29 11:33:28 -05:00
Vladimír Čunát
85aafda509 merge #7299: gstreamer: Darwin fixes
Solved trivial merge conflicts.
2015-04-29 17:53:09 +02:00
Eelco Dolstra
182acabbae Don't use camelCase in file names 2015-04-29 16:09:30 +02:00
Eelco Dolstra
552ea209d0 php: Update to 5.4.40 2015-04-29 16:07:36 +02:00
Robin Gloster
b88fc6c90e update vagrant to 1.7.2 2015-04-29 13:15:17 +02:00
Peter Simons
9b27a88b66 hackage-packages.nix: update to 5f6d964cba with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b 2015-04-29 12:22:20 +02:00
Pascal Wittmann
6b4aec742d Merge pull request #7628 from ragnard/bump-boot
boot: bump from rc8 to rc14
2015-04-29 10:55:16 +02:00
Edward Tjörnhammar
2f2c50d9f4 uid_wrapper.src: use mirrors to enable better availability for proxied users 2015-04-29 10:10:42 +02:00
Lluís Batlle i Rossell
51b1297c8a glibc: fix libgcc_s.so
It used to be a symlink, but now it is a link script. It's crucial to get
proper linking, specially on amrv5tel, where libgcc contains lot of code
related to the limited instruction set of the platform.

Without this fix, g++ shared lib linking was broken, because a "-lgcc" was
not propagated wherever "-lgcc_s" was required. The g++ spec only mentions
"-lgcc_s" and the "-lgcc" is introduced with the libgcc_s.so link script,
only available in the glibc path after this fix.

As a reminder, we put libgcc* in the glibc output to avoid having a
runtime dependency on the gcc path only because of the everywhere linked
libgcc. This problem was specially visible in platforms like armv5tel,
where most programs end up linked to libgcc. Platforms with a more rich
instruction set may rarely end up requiring a link to libgcc.
2015-04-29 10:09:07 +02:00
Ragnar Dahlén
543ec3cf46 boot: bump from rc8 to rc14 2015-04-29 08:50:48 +01:00
宋文武
f64d767130 libxmp: Update to 4.3.8 2015-04-29 14:20:50 +08:00
William A. Kennington III
5f149c80f2 gpgme: 1.5.3 -> 1.5.4 2015-04-28 21:18:06 -07:00
William A. Kennington III
60d6eb7a9a cracklib: 2.9.2 -> 2.9.4 2015-04-28 21:12:34 -07:00
jz
46e82353a1 add goimports 2015-04-28 19:45:28 -06:00
William A. Kennington III
c6bee4b4bb sysbench: Update to 2015-04-22 2015-04-28 18:27:39 -07:00
William A. Kennington III
287ec76b8f libxml2: Refactor and fix library propagation 2015-04-28 18:27:39 -07:00
William A. Kennington III
faa9354de7 zlib: Add platforms 2015-04-28 18:27:39 -07:00
Charles Strahan
b2f426d981 Merge pull request #7626 from dnhgff/ghcjs-boot-update
ghcjs: bump ghcjs-boot commit
2015-04-28 20:56:30 -04:00
dnhgff
afa51d31f5 ghcjs: bump ghcjs-boot commit
see https://github.com/ghcjs/ghcjs-boot/pull/17 for justification (ghcjs-boot
won't build anymore on the previous commit :()
2015-04-28 17:37:27 -07:00
Edward Tjörnhammar
b9b8e3acba {grub2,ceph,libs3,socket_wrapper,nss_wrapper}.src: use mirrors, https and fetchFromSavannah to enable better availability for proxied users 2015-04-28 22:50:57 +02:00
Pascal Wittmann
cb8f111a72 Revert "pycairo: set user-agent to fix download of patches"
This commit was should fix issue #7586, but it does not.

This reverts commit e1c65ddfe1.
2015-04-28 22:23:21 +02:00
Thomas Tuegel
5f9fe6574b kf59.networkmanager-qt: propagate networkmanager dependency 2015-04-28 11:10:24 -05:00
Peter Simons
90b84a60a6 haskell-wreq: the library is broken with GHC 7.10.1 2015-04-28 17:57:50 +02:00
Peter Simons
6f7e793f03 haskell-rainbox: the test suite does not compile 2015-04-28 17:57:36 +02:00
Peter Simons
a3beaca54f haskell-cabal-test-quickcheck: fix build by providing a recent-enough version of QuickCheck 2015-04-28 17:57:04 +02:00
Peter Simons
f426922f4a hackage-packages.nix: update to 44775051f9 with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b 2015-04-28 17:57:04 +02:00
Pascal Wittmann
fc61106ae7 Merge pull request #7608 from joachifm/sawfish-updates
Sawfish updates
2015-04-28 17:56:48 +02:00
Peter Simons
c449a930aa ghcWithPackages: add postBuild hook so that users can mess with the generated environment
postBuild can be used to execute user-specific commands on the generated $out
environment before finalizing the build. For example, this hook can be used to
generate appropriate 'makeWrapper' script for binaries contained in the
environment.
2015-04-28 13:17:44 +02:00
Joachim Fasting
0e7e91030f rep-gtk: git -> 0.90.8.2
This is the most recent release which has a tarball.
It is strictly older than the GIT revision previously
pointed to, but the delta is insignificant (fixes to
debian helper scripts, updating NEWS & fixing a typo in
the changelog)
2015-04-28 11:53:02 +02:00
Joachim Fasting
ed46b22db0 librep: git -> 0.92.5
This is the latest release and is more recent than
the GIT revision pointed to previously.

I have also taken the liberty of removing some irrelevant
information from the package description.
2015-04-28 11:52:34 +02:00
Pascal Wittmann
f99d5cf2fc Fixed some descriptions 2015-04-28 10:55:20 +02:00
Pascal Wittmann
06e2fdc62e spin: update from 6.4.1 to 6.4.3 2015-04-28 09:57:10 +02:00
Pascal Wittmann
e1c65ddfe1 pycairo: set user-agent to fix download of patches 2015-04-28 09:51:26 +02:00
Charles Strahan
09602f7f39 ruby: fix gems that use mysql 2015-04-27 22:00:52 -04:00
Vincent Laporte
e64cd5feec Adds ocaml-magic-mime
This OCaml library contains a database of MIME types that maps filename
extensions into MIME types suitable for use in many Internet protocols
such as HTTP or e-mail.

Homepage: https://github.com/mirage/ocaml-magic-mime
2015-04-28 00:58:51 +02:00
Tobias Geerinckx-Rice
239a129b5a squeak: build commonly required plugins
Squeak without X11 or audio support is not very useful. Include
the required dependencies.
2015-04-27 23:02:02 +02:00
Tobias Geerinckx-Rice
69c0eff661 Add squeak 4.10.2.2614: a Smalltalk environment 2015-04-27 19:29:20 +02:00
Peter Simons
6db9c9a2bb haskell-configuration-common: build hruby with ruby 2.1
Our default version, 1.9, is not supported.
2015-04-27 17:24:14 +02:00
Peter Simons
2028ece4a8 hackage-packages.nix: update to 0342de381c with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd 2015-04-27 17:24:10 +02:00
Peter Simons
0241c1f25c hackage-packages.nix: update to 30bfb9f702 with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd 2015-04-27 13:09:40 +02:00
lethalman
f134ba68e3 Merge pull request #7534 from berdario/jython
Add jython
2015-04-27 12:14:45 +02:00
William A. Kennington III
d8c949cc26 Make tcl and tk versions generic 2015-04-26 21:30:01 -07:00
William A. Kennington III
d7c0e3eaf8 tcl: Make generic and add 8.5 2015-04-26 21:15:25 -07:00
William A. Kennington III
55a64a5ddb tcl/tk: Tie versioning together and propagate 2015-04-26 20:55:42 -07:00
John Wiegley
3768a7aea9 Merge pull request #7539 from jwiegley/coq_8_5
coq_8_5: New expression
2015-04-26 22:32:52 -05:00
John Wiegley
9402a56620 coq_8_5: New expression 2015-04-26 22:29:15 -05:00
Arseniy Seroka
f14242e9aa Merge pull request #7576 from listx/pcg-c
pcg-c rng library
2015-04-27 00:57:59 +03:00
Linus Arver
e216a63c7d Add package: pcg-c
Also, add myself as maintainer.
2015-04-26 14:50:45 -07:00
Vladimír Čunát
30f31c9afc Merge 'master' into staging
(relatively simple conflicts)
2015-04-26 22:52:08 +02:00
Sander van der Burg
2cb3dc6812 Merge pull request #7515 from abbradar/platformtools-bin
androidEnv.platformTools: add /bin
2015-04-26 20:19:24 +00:00
Michael Raskin
39d8b61a25 Apparently https:// is now required for iterate darcs 2015-04-26 20:58:05 +03:00
Peter Simons
d0d5bbdc53 libcanberra: pass libcap to fix the build 2015-04-26 17:27:13 +02:00
Michael Raskin
9e44118e5d libao now needs libcap 2015-04-26 18:09:08 +03:00
Michael Raskin
c9c2aa5ced Pass libcap as SDL input to fix the build 2015-04-26 18:06:15 +03:00
Peter Simons
08f0e0208a hackage-packages.nix: update to bf1b180f9d with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069 2015-04-26 16:53:47 +02:00
Peter Simons
066d6146fc haskell-shake: disable test suite on Darwin
The tests fail because of https://github.com/ndmitchell/shake/issues/206.
2015-04-26 13:09:13 +02:00
Peter Simons
effd525c55 hackage-packages.nix: update to ea1e77a413 with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069 2015-04-26 13:06:35 +02:00
Peter Simons
2c5f7fdd58 haskell-configuration-ghc-7.10.x: fix test suite failure in haddock-library 2015-04-26 11:47:44 +02:00
Peter Simons
0340d4d0ea haskell-configuration-ghc-7.10.x: fix evaluation error 2015-04-26 11:47:44 +02:00
Peter Simons
c59420a856 hackage-packages.nix: update to abae36d131 with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069 2015-04-26 11:47:44 +02:00
William A. Kennington III
7fa5873cd8 libsndfile: Fix typo 2015-04-25 21:27:54 -07:00
William A. Kennington III
2754efb8a2 lirc: Fix install 2015-04-25 21:27:54 -07:00
William A. Kennington III
f11859b464 eigen: Add platform 2015-04-25 21:27:54 -07:00
William A. Kennington III
64fa593e1e celt: Correct typo 2015-04-25 21:27:54 -07:00
William A. Kennington III
726f1a6edd libopus: Slight refactor 2015-04-25 21:27:54 -07:00
William A. Kennington III
6a931f4127 dbus_cplusplus: Remove dependency on gtkmm 2015-04-25 21:27:54 -07:00
William A. Kennington III
bca07bdaa6 libxml++: 2.37.2 -> 2.38.0 2015-04-25 21:27:53 -07:00
William A. Kennington III
14d52d7e0d Fix some platforms 2015-04-25 21:27:53 -07:00
William A. Kennington III
1439ed2134 sbc: 1.1 -> 1.3 2015-04-25 21:27:53 -07:00
William A. Kennington III
2bc99bb996 webrtc-audio-processing: Add derivation 2015-04-25 21:27:53 -07:00
William A. Kennington III
dbcbb2dbe1 libasyncns: Add derivation 2015-04-25 21:27:53 -07:00
William A. Kennington III
232b71c6e8 Fix some platforms 2015-04-25 21:27:53 -07:00
William A. Kennington III
54f812558a lirc: Refactor 2015-04-25 21:27:53 -07:00
William A. Kennington III
f9afdf62b9 speex: 1.2rc1 -> 1.2rc2 2015-04-25 21:27:53 -07:00
William A. Kennington III
6e2b9cf61a speexdsp: Add derivation 2015-04-25 21:27:53 -07:00
William A. Kennington III
5dd8538812 mesa: 10.5.3 -> 10.5.4 2015-04-25 18:41:18 -07:00
William A. Kennington III
df000d93e9 nettle: 3.1 -> 3.1.1 2015-04-25 18:38:31 -07:00
Vincent Laporte
7cf05bfe71 boost: use ${python.interpreter} rather than ${python}/bin/python 2015-04-25 22:35:25 +02:00
Bjørn Forsman
173da15f75 jquery: bump 1.11.1 -> 1.11.2 2015-04-25 20:27:07 +02:00
Peter Simons
991a23b5db haskell-edit-distance: update patch SHA 2015-04-25 18:02:02 +02:00
Peter Simons
848bf3b75d haskell-wreq-sb: disable failing test suite 2015-04-25 17:57:32 +02:00
Peter Simons
24f50d3e22 hackage-packages.nix: update to cc08310397 with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069 2015-04-25 17:57:32 +02:00
Peter Simons
cb3342f1dc Merge pull request #7543 from mdorman/master
Add patch for present not yet on hackage.
2015-04-25 17:48:53 +02:00
Peter Simons
2ca6148bc7 hackage-packages.nix: re-generate from Hackage state 5af579af59 2015-04-25 17:09:04 +02:00
Jaka Hudoklin
5e2b429e82 Merge pull request #7556 from offlinehacker/pkgs/node-packages/fix_platforms
nodePackages: fix platform detection
2015-04-25 16:21:51 +02:00
Jaka Hudoklin
744b06cc28 nodePackages: fix platform detection 2015-04-25 15:18:54 +02:00
vbgl
3591040468 Merge pull request #6535 from michelk/qgis_2.8.0
[WIP] qgis: update to 2.8.0
2015-04-25 14:35:40 +02:00
Michael Alan Dorman
54fb857a49 Add patch for present not yet on hackage. 2015-04-25 06:45:35 -04:00
Luca Bruno
db3b86560f GNOME 3.16.1, closes #7357 2015-04-25 12:02:33 +02:00
Luca Bruno
d4a0cd2a94 Add gettextWithExpat function 2015-04-25 11:48:23 +02:00
Luca Bruno
cbfd3056b5 Merge branch 'lafix' into staging
Fix .la and .pc files of trousers and gnutls
2015-04-25 11:43:16 +02:00
Luca Bruno
6b6183125e gnutls, trousers: fix .la and .pc files, remove propagated build inputs
cc @vcunat @wkennington
2015-04-25 11:43:08 +02:00
Pascal Wittmann
8e86ec5bf0 Merge pull request #7529 from joachifm/trivial-builderDefs
Some trivial builderDefs->mkDerivation translations
2015-04-25 11:32:12 +02:00
Vladimír Čunát
2c0db9ffbe webkitgtk-2.4: security update, fix and parallel build
NEWS claims security fixes:
CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386,
CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390.
Otherwise NEWS seems safe, basically only containing bugfixes.

Parallel building should work now, thanks to make update :-)
tested with 8 threads, once webkitgtk24x and webkitgtk2.
2015-04-25 09:42:52 +02:00
Vladimír Čunát
2275f6626c webkitgtk-2.4: patch to fix build, rename file
Extracted from #7357 to avoid merge problems.
2015-04-25 08:30:32 +02:00
Charles Strahan
1cdbde93d5 haskell-Extra: patch for GHC 7.10.x 2015-04-24 22:10:11 -04:00
Thomas Tuegel
66d44ef6d4 Merge branch 'openblas' 2015-04-24 19:34:39 -05:00
Thomas Tuegel
8ed9f847b1 openblas: update to 0.2.14 2015-04-24 18:21:20 -05:00
Edward Tjörnhammar
ca9d049654 removing cocreature as maintainer, as per request #6305 2015-04-25 00:29:51 +02:00
Edward Tjörnhammar
ad03fb11b3 openjdk8: enable fontconfig, add fallback fonts and fix emacs highlighting 2015-04-25 00:22:57 +02:00
Charles Strahan
c719235b40 haskell-pandoc-siteproc: remove obsolete patches
Remove obsolete patches for ghc-7.10.x support; these patches have
landed in the pandoc-citeproc-0.6.0.1 release.
2015-04-24 14:15:51 -04:00
Peter Simons
d300943ba8 haskell-cgi: fix build with GHC 7.8.x 2015-04-24 17:52:19 +02:00
Edward Tjörnhammar
e610f41583 Merge pull request #7537 from codyopel/x265
x265: 1.5 -> 1.6
2015-04-24 17:06:00 +02:00
j-keck
46aee4e3ca ghcjs: update revisions
* ghcjs in nixpkgs depends on lens < 4.9
 * current lens in nixpkgs is 4.9.1
 * actual upstream ghcjs depends on lens < 4.10

Closes https://github.com/NixOS/nixpkgs/pull/7536.
2015-04-24 14:47:03 +02:00
Shea Levy
97bcc831f1 ats2: bump 2015-04-24 06:55:06 -04:00
codyopel
82472ee628 x265: 1.5 -> 1.6
+ Removed unused x265-hg package
+ Fix missing optionals
+ Fix high bit-depth to allow for all 64bit platforms
2015-04-24 06:51:45 -04:00
Joachim Fasting
fd9c13956f libffcall: port to mkDerivation
Also set meta.{license,platforms} (the latter is guesswork).
2015-04-24 11:52:16 +02:00