Commit Graph

24300 Commits

Author SHA1 Message Date
Spencer Whitt
7745dc5dcf nghttp2: fix configure script to correctly find jemalloc 2015-05-15 11:58:20 -04:00
Spencer Whitt
a634c11075 ruby_1_8_7: Fix on Darwin 2015-05-15 11:58:19 -04:00
Spencer Whitt
94362af1e8 libev: Fix compilation with clang 2015-05-15 11:58:19 -04:00
Eric Seidel
be03eefc9c gnutls: only demand trousers on linux 2015-05-14 21:53:56 -07:00
William A. Kennington III
0ff12d88ea buildGoPackage: Skip directories which don't have buildable go packages 2015-05-14 17:58:30 -07:00
William A. Kennington III
1a045673f6 go-modules: Cleanup submodule detection
Also, only build the sources that matter for distribution
2015-05-14 17:58:30 -07:00
William A. Kennington III
fecf412767 buildGoPackage: Fix spacing 2015-05-14 17:58:30 -07:00
William A. Kennington III
3a5e10e37f buildGoPackage: Support adding extra sources 2015-05-14 17:58:30 -07:00
Domen Kožar
3dc204f42e fix eval 2015-05-14 20:21:56 +02:00
Pascal Wittmann
21c73b63b8 Turned two more meta.maintainers into lists 2015-05-14 19:15:22 +02:00
Pascal Wittmann
bb9e9cc3f8 Turned some meta.maintainers into lists 2015-05-14 19:09:43 +02:00
Eric Seidel
67fe5d46d4 Merge pull request #7817 from gridaphobe/cc-wrapper-isgnu-isclang
Add isGNU and isClang attributes to cc-wrapper
2015-05-14 10:09:07 -07:00
vbgl
d206cd8a26 Merge pull request #7839 from vbgl/opam-122
opam: update from 1.2.1 to 1.2.2
2015-05-14 18:40:17 +02:00
Michael Raskin
cd17e50bd9 Update CLSQL source and switch to a mirror 2015-05-14 18:50:53 +03:00
Pascal Wittmann
9c9c586534 Fixed several "package has no version" warnings 2015-05-14 17:19:41 +02:00
lethalman
78c6fd6e68 Merge pull request #7780 from Ralith/libuv
libuv: version 1.5.0
2015-05-14 17:01:12 +02: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
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
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