Commit graph

62619 commits

Author SHA1 Message Date
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
Mateusz Kowalczyk 7640b92c30 tibia: update to 10.78 2015-05-12 16:51:38 +01: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 548e8db249 rustRegistry: 2015-04-23 -> 2015-05-12 2015-05-12 17:28:49 +02:00
Ricardo M. Correia 4c77830a93 rustcMaster: Update from 2015-04-15 -> 2015-05-09 2015-05-12 17:28:48 +02:00
Pascal Wittmann 88fbc8a0da Merge pull request #7809 from desiderius/attrdict-2.0.0
python-packages: new attrdict-2.0.0 package
2015-05-12 17:25:28 +02:00
Pascal Wittmann e504a9301d bgs: update from 0.7 to 0.7.1 2015-05-12 17:24:50 +02:00
Thomas Tuegel f853661229 Merge branch 'kde5' 2015-05-12 09:49:16 -05:00
Thomas Tuegel 50c0b00592 kdeApps_15_04.rocs: add missing dependencies
rocs depends on grantlee5 and kdelibs4support, although the latter is undeclared.
2015-05-12 09:47:54 -05:00
Nikolay Amiantov 3e17a5c1d0 haskell-unlambda/brainfuck: Put a note 2015-05-12 17:33:46 +03:00
Bart Brouns 73e1036029 add plugin-torture: a tool to test LADSPA and LV2 plugins 2015-05-12 16:28:32 +02: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 b575dc53ad yEd: update 2015-05-12 17:25:24 +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
Eelco Dolstra 1ba5ef6b6a viber: Mark as broken
It doesn't evaluate due to Qt changes. Also improve checking in
make-tarball.nix to catch this in the future.
2015-05-12 14:30:56 +02:00
cillianderoiste 9837288a11 Merge pull request #7822 from magnetophon/fomp-master
add fomp: an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons A…
2015-05-12 14:12:38 +02:00
Bart Brouns b90227cd76 add fomp: an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen 2015-05-12 13:59:49 +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
Pascal Wittmann e370872683 Merge pull request #7813 from vbgl/llpp
llpp: update to HEAD
2015-05-12 10:30:42 +02:00
desiderius 1fe0ebc0ec python-packages: new attrdict-2.0.0 package
A dict with attribute-style access.
2015-05-12 10:27:30 +02:00
Tobias Geerinckx-Rice 5144f01d4f stress-ng 0.04.00 -> 0.04.02 2015-05-12 08:45:47 +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 1b6fcfa24e clipgrab 3.4.9 -> 3.4.11 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
Charles Strahan 1677b33162 networkmanager: enable nmtui, the curses interface 2015-05-11 20:54:17 -04:00
William A. Kennington III 2806491cc4 nixos/consul: Add shell for health checks 2015-05-11 17:44:07 -07:00
William A. Kennington III b6e26aa8df nixos/consul: Support a config directory for health checks 2015-05-11 16:45:04 -07:00
William A. Kennington III 1938dc9b54 nixos/consul: Remove the joinNodes and joinRetries options as they are now built in consul options 2015-05-11 16:27:53 -07:00
William A. Kennington III bd69c51ddf trousers: Fix darwin build 2015-05-11 15:58:17 -07:00
Peter Simons 430c3e08b4 python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary 2015-05-12 00:35:13 +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
William A. Kennington III 26c37ded73 curl: Improve .pc and .la patching 2015-05-11 15:12:38 -07:00
William A. Kennington III 3e5a0c0034 pulseaudio: Fix logic 2015-05-11 14:59:05 -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 395829686d add is{GNU,Clang} attrs to cc-wrapper.
These will be more pleasant to use than the existing

    (cc.cc.isClang or false)

nonsense we currently do.
2015-05-11 14:39:36 -07:00