Commit Graph

62650 Commits

Author SHA1 Message Date
Eelco Dolstra
fc8011ad8d Ensure that nscd, sshd are created as system users
c0f70b4694 removed the fixed uid
assignment, but then it becomes necessary to set isSystemUser.

http://hydra.nixos.org/build/22182588
2015-05-13 16:23:36 +02:00
Eelco Dolstra
cb6b9c52aa Merge pull request #7831 from taku0/firefox-bin-38.0
firefox-bin: update to version 38.0
2015-05-13 15:33:19 +02:00
taku0
c22b03db0c firefox-bin: update to version 38.0 2015-05-13 22:19:50 +09:00
Peter Simons
97e5461f46 wxmaxima: build with GTX 3.x. 2015-05-13 15:15:04 +02:00
Tobias Geerinckx-Rice
5f7f793d4e hplip: coalesce find -exec sed invocations
No need to scan the (biggish) source tree six times, forking a separate
process for every file each time. This was slowing down testing.
2015-05-13 15:09:43 +02:00
Nikolay Amiantov
e9679ce32a postgresql-backup: use system postgresql package 2015-05-13 16:06:50 +03:00
Jascha Geerds
92317259ef cups: First attempt to fix our printing tests; wait until cups is fully initialized 2015-05-13 14:22:30 +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
c1e62e9e8b maxima: update to version 5.36.1 2015-05-13 12:17:16 +02:00
Peter Simons
645b1cea6e wxmaxima: update to 15.04.0 2015-05-13 12:17:01 +02:00
Eelco Dolstra
8c1e98563c Remove aterm28 from release-small, it's broken 2015-05-13 11:52:10 +02:00
Michael Raskin
e15ed5abf5 Squid: remove --march=native
The Squid build default behaivour is to request optimisation for the
current CPU which is not a good idea in distro builds.
2015-05-13 12:39:01 +03:00
Peter Simons
aaa9f837a9 r-modules: fix Hydra evaluation errors 2015-05-13 11:31:39 +02:00
lassulus
4b0cfe67b4 add gzdoom to nixpkgs 2015-05-13 09:35:20 +02:00
Charles Strahan
7021988dd1 Merge pull request #7818 from cstrahan/nmtui2
networkmanager: enable nmtui, the curses interface
2015-05-13 00:46:04 -04:00
Ricardo M. Correia
1057771b7d racerRust: Use stable rust platform 2015-05-13 03:52:17 +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
Thomas Tuegel
d90aeb7629 kdeApps_15_04.libkgeomap: fix missing marble dependency 2015-05-12 17:08:10 -05:00
Moritz Ulrich
24d5eb262d Pass: Add pwgen to wrapper. 2015-05-12 23:38:28 +02:00
Arseniy Seroka
a88be46917 Merge pull request #7824 from magnetophon/plugin-torture-master
add plugin-torture: a tool to test LADSPA and LV2 plugins
2015-05-12 23:57:31 +03:00
Arseniy Seroka
97cff06f5b Merge pull request #7814 from jagajaga/vim_plugins
vimPlugins: update
2015-05-12 23:57:03 +03:00
Shea Levy
7e1286bf01 jsoncpp: don't rely on coreutils cp 2015-05-12 16:28:07 -04:00
Shea Levy
206d63edac curl: propagate inputs instead of patching pkgconfig 2015-05-12 13:07:58 -04:00
Shea Levy
f168973bfd Revert "curl: Improve .pc and .la patching"
This breaks on darwin with:

> sed: -e: No such file or directory

This reverts commit 26c37ded73.
2015-05-12 12:49:36 -04:00
Mateusz Kowalczyk
dc1107af57 Merge pull request #7801 from codyopel/mkvtoolnix
mkvtoolnix: 7.8.0 -> 7.9.0
2015-05-12 17:17:09 +01:00
Tobias Geerinckx-Rice
a989b629d9 lz4 128 -> 129
- New: LZ4_compress_fast()
- Changed: New lz4 and lz4hc compression API. Previous function
  prototypes still supported.
- Changed: Sparse file support enabled by default
- New: LZ4 CLI improved performance compressing/decompressing multiple
  files
- Added: LZ4_compress_destSize()
- Fixed: GCC 4.9+ vector optimization
- Changed: Enums converted to LZ4F_ namespace convention
- Added: AppVeyor CI environment, for Visual tests
- Modified:Obsolete functions generate warnings
- Fixed : Bug #75 (unfinished stream)
- Updated: Documentation converted to MarkDown format
2015-05-12 18:13:05 +02:00
Tobias Geerinckx-Rice
f0764dd632 python-packages: SQLAlchemy: skip tests on Py3k
They would fail anyway, blocking all dependents for the sake of
a mere test dependency.
2015-05-12 18:13:05 +02:00
Tobias Geerinckx-Rice
8549e0cc99 Revert "python-packages: SQLAlchemy: build"
This reverts commit 6e8d1f84f2.

pysqlite is not available for Python 3. Adding it to buildInputs
makes all packages dependent upon sqlalchemy equally unavailable
for no good reason.
2015-05-12 18:13:05 +02: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
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