3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

24308 commits

Author SHA1 Message Date
Peter Simons 278df52729 r-xml2: fix build 2015-05-15 13:47:27 +02:00
Wout Mertens ebedf814ce Merge pull request #7847 from spwhitt/libdvdnav
libdvdnav: 4.2.1 -> 5.0.3
2015-05-15 13:21:35 +02:00
Thomas Tuegel 111fec1ba7 Add qca-qt5 2015-05-15 05:48:32 -05:00
Thomas Tuegel c80638905d Upgrade to kde-frameworks-5.10 2015-05-15 05:48:20 -05:00
Peter Simons 274d17defa darcs: fix build 2015-05-15 11:33:45 +02:00
Peter Simons 07535a01aa haskell-gnutls: revert to GNUTLS 3.3 2015-05-15 11:26:37 +02:00
Luca Bruno 58b865cfc6 go: remove renameImports and use goPackageAliases 2015-05-15 11:16:59 +02:00
Peter Simons f66cd5dbe9 aqbanking: update to version 5.5.1 2015-05-15 11:01:42 +02:00
Peter Simons 1b8a35b7fa gwenhywfar: update to version 4.11.1 2015-05-15 11:01:21 +02:00
Henry Till 229c442e2c libpsl: add darwin to meta.platforms 2015-05-15 01:40:10 -04:00
Eric Seidel be03eefc9c gnutls: only demand trousers on linux 2015-05-14 21:53:56 -07:00
Spencer Whitt 01d7d24dbb libdvdnav: 4.2.1 -> 5.0.3
Keeping the old version around for now in order to support mplayer.
2015-05-14 23:26:16 -04: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