Commit graph

90232 commits

Author SHA1 Message Date
Frederik Rietdijk f5ce76c6d8 pythonPackages.process-tests: init at 1.2.1 2016-08-30 12:06:19 +02:00
Frederik Rietdijk 53e9993f4e pythonPackages.helper: init at 2.4.1 2016-08-30 12:06:19 +02:00
Frederik Rietdijk ad633d39dd pythonPackages.pytestcov: 2.2.0 -> 2.3.1 2016-08-30 12:06:18 +02:00
Fernando J Pando 4b820b842b pythonPackages.pytest-fixture-config: init at 1.0.1
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando dcd21c775f pythonPackages.pytest-shutil: init at 1.1.1
Tested on Linux
2016-08-30 12:06:18 +02:00
Fernando J Pando 184cef18d9 pythonPackages.pytest-server-fixtures: init at 1.1.0
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando f3f975a0dd pythonPackages.pytest-mock: init at 1.2
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando 251e67af5c pythonPackages.jsonref: init at 0.1
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando e8d326a438 pythonPackages.ramlfications: init at 0.1.9
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando f3a9980e19 pythonPackages.sphinxcontrib-spelling: init at 2.2.0
Tested on Linux
2016-08-30 12:06:18 +02:00
Frederik Rietdijk 21eb4972be pythonPackages.funcparserlib: build on Python 3.x 2016-08-30 12:06:18 +02:00
Frederik Rietdijk e9dea3c02a pythonPackages.sphinx-testing: init at 0.7.1 2016-08-30 12:06:18 +02:00
Fernando J Pando bb06f95cc8 pythonPackages.sphinxcontrib-blockdiag: init at 1.5.5
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando f59448add0 pythonPackages.autobahn: init at 0.16.0
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando 17278243d8 pythonPackages.txaio: init at 2.5.1
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Moritz Ulrich 70f55f9930 rust{Beta,Unstable}: Remove outdated comment. 2016-08-30 12:05:45 +02:00
Shea Levy d4e012780f rust{Beta,Unstable}: Remove lowPrio calls
These are sets of derivations and there is no recurseIntoAttrs, so the
packages aren't exposed to nix-env by name at all.
2016-08-30 05:56:15 -04:00
Luca Bruno 5c5fd1cb60 Merge pull request #18096 from leenaars/wavrsocvt
wavrsocvt: init at 1.0.2.0
2016-08-30 11:41:08 +02:00
Luca Bruno cca72718b3 Merge pull request #18095 from Mic92/valauncher
valauncher: init at 1.2
2016-08-30 11:36:42 +02:00
Lluís Batlle i Rossell 2f182cebcc Updating OCE to 0.17.2 2016-08-30 11:03:02 +02:00
Eelco Dolstra 83103dc267 Merge pull request #18104 from ericsagnes/feat/nixos-manual-gen-cleanup
nixos manual: cleanup generation
2016-08-30 10:35:18 +02:00
Jörg Thalheim 2de7e30c0f valauncher: init at 1.2 2016-08-30 10:04:43 +02:00
aszlig f19c961b4e
linux-testing: Fix arg list too long in modinst
With the default kernel and thus with the build I have tested in
74ec94bfa2, we get an error during
modules_install:

make[2]: execvp: /nix/store/.../bin/bash: Argument list too long

I haven't noticed this build until I actually tried booting using this
kernel because make didn't fail here.

The reason this happens within Nix and probably didn't yet surface in
other distros is that programs only have a limited amount of memory
available for storing the environment and the arguments.

Environment variables however are quite common on Nix and thus we
stumble on problems like this way earlier - in this case Linux 4.8 - but
I have noticed this in 4.7-next as well already.

The fix is far from perfect and suffers performance overhead because we
now run grep for every *.mod file instead of passing all *.mod files
into one single invocation of grep.

But comparing the performance overhead (around 1s on my machine) with
the overall build time of the kernel I think the overhead really is
neglicible.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-30 06:55:52 +02:00
obadz e7b2f05d20 Merge commit '6389f9b' (was in staging) 2016-08-30 02:31:59 +01:00
obadz 03b9a159fe opensmtpd nixos module: chmod & chown until the daemon's heart's content 2016-08-30 02:13:22 +01:00
Eric Sagnes b50e627ef6 nixos manual: cleanup generation 2016-08-30 09:40:05 +09:00
Joachim Fasting dab32a1fa6
nixos manual: move chapter on grsecurity to auto-generated module docs 2016-08-29 23:48:12 +02:00
Joachim Fasting d78e0ed1f9
dnscrypt-proxy module: move detailed info to module documentation 2016-08-29 23:48:12 +02:00
Joachim Fasting 68210aa772
dnscrypt-proxy module: serviceConfig.Group is redundant
Same as user's primary group if left unspecified
2016-08-29 23:48:12 +02:00
Joachim Fasting 23a7e6e911
dnscrypt-proxy module: formatting 2016-08-29 23:48:11 +02:00
aszlig 86d1953ed4
build-rebar3: Append postPatch to original hook
The postPatch attribute is already in the function argument but is
unused elsewhere in the code, so setting postPatch with buildRebar3 is
going to end up in a no-op.

This now allows to use postPatch within buildRebar3 by simply appending
to the existing postPatch hook that removes the rebar and rebar3
escripts.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ericbmerritt
2016-08-29 23:31:50 +02:00
Michiel Leenaars fe87145c58 wavrsocvt: init at 1.0.2.0 2016-08-29 22:57:14 +02:00
Vladimír Čunát 3996aa8953 nix: maintenance 1.11.2 -> 1.11.3
Fixes #17804.
2016-08-29 22:44:01 +02:00
Frederik Rietdijk 357fbe1ccf Merge pull request #18080 from vbgl/qarte-3
qarte: 2.4.0 -> 3.2.0
2016-08-29 21:47:26 +02:00
aszlig 74ec94bfa2
linux/kernel/testing: 4.8-rc3 -> 4.8-rc4
Tested by only building the linux_testing attribute, but haven't yet
tested it in production.

I've also fixed the extraMeta.branch attribute.

Verified-with-PGP: ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
aszlig 42e1ec215e
linux/kernel: Remove MLX4_EN_VXLAN for 4.8
This option is no longer needed and has been removed in upstream commit
torvalds/linux@a831274a13.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
aszlig 0bce188ec1
linux/kernel: Remove KVM_APIC_ARCHITECTURE for 4.8
The option is no longer needed and has been removed upstream in
torvalds/linux@557abc40d1.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
Vladimír Čunát f85053a021 ilmbase: fix linkage
The library was missing -pthread symbols. It wasn't failing by itself,
but e.g. blender was failing to link against is fixed now.
2016-08-29 19:40:12 +02:00
Robin Gloster 1876ce8494
ataripp: add missing libSM dependency 2016-08-29 17:15:10 +00:00
Robin Gloster 57bd89e447
fsg: disable format hardening 2016-08-29 17:01:03 +00:00
Robin Gloster 6541dfe554
wxGTK: disable format hardening 2016-08-29 17:00:34 +00:00
Robin Gloster 6a04de991c
linuxPackages_3_12.ena: fix build 2016-08-29 16:35:13 +00:00
Franz Pletz 04ab7cee02 Merge pull request #18088 from groxxda/fix/libcommuni
libcommuni: 2016-03-23 -> 2016-08-17, communi 2016-01-03 -> 2016-08-19
2016-08-29 18:32:16 +02:00
Vladimír Čunát acca6d2293 libreoffice: remove a flaky test on i686
... by a patch from Debian.
2016-08-29 18:29:12 +02:00
Guillaume Maudoux 3aef93e8f0 nixos/containers: Process config like toplevel options (#17365) 2016-08-29 18:25:50 +02:00
zimbatm 6ae57b1b63 bundler: fix usage on nested call
The combination of bundler 1.12.5 and rubygems 1.6.2 doesn't play well
at all when trying to run gems such as foreman where bundler is used to
run bundler.

Just upgrading to the latest bundler rc doesn't fix it and changing rubygems causes a massive rebuild.

Issues:

- https://github.com/bundler/bundler/issues/4402
- https://github.com/bundler/bundler/issues/4576
- https://github.com/bundler/bundler/issues/4602
- https://github.com/docker-library/ruby/issues/73

This PR patches bundler to work around the issue as highlighted here and
unbreaks everything for me:

https://github.com/bundler/bundler/issues/4602#issuecomment-233619696
2016-08-29 17:03:12 +01:00
Eelco Dolstra 2755bcfa7c In $NIX_PATH, use nixpkgs=...
This is required by the "nix" command to find Nixpkgs.
2016-08-29 17:50:25 +02:00
Eelco Dolstra 822e1ddd89 Use builtins.partition if available 2016-08-29 17:50:06 +02:00
obadz 6389f9b349 Revert "make-bootstrap-tools.darwin: upgrade to llvm 3.8"
This reverts commit bddf4e2180.

Trying to fix stdenvBootstrapTools.x86_64-darwin.stdenv

cc @copumpkin @domenkozar
2016-08-29 16:19:36 +01:00
Alexander Ried 8d26e56608 communi: 2016-01-03 -> 2016-08-19 2016-08-29 17:04:27 +02:00