95743 Commits

Author SHA1 Message Date
aszlig
6cfb3b6364
nixos/tests: Use a patched QEMU for testing
The reason to patch QEMU is that with latest Nix, tests like "printing"
or "misc" fail because they expect the store paths to be owned by uid 0
and gid 0.

Starting with NixOS/nix@5e51ffb1c2, Nix
builds inside of a new user namespace. Unfortunately this also means
that bind-mounted store paths that are part of the derivation's inputs
are no longer owned by uid 0 and gid 0 but by uid 65534 and gid 65534.

This in turn causes things like sudo or cups to fail with errors about
insecure file permissions.

So in order to avoid that, let's make sure the VM always gets files
owned by uid 0 and gid 0 and does a no-op when doing a chmod on a store
path.

In addition, this adds a virtualisation.qemu.program option so that we
can make sure that we only use the patched version if we're *really*
running NixOS VM tests (that is, whenever we have imported
test-instrumentation.nix).

Tested against the "misc" and "printing" tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-17 17:16:16 +01:00
Joachim F
2c01da3654 Merge pull request #20384 from ericsagnes/feat/bspwm-refactor
bspwm module: refactor
2016-11-17 15:37:07 +01:00
Gabriel Ebner
d26ca0c6cf tokei: 3.0.0 -> 4.0.0 2016-11-17 09:26:00 -05:00
Domen Kožar
2326c8de4d cloud-utils: 0.27 -> 0.29
We keep the existing hacks for growpart to work
inside the initrd

Fixes #15736 #17015
2016-11-17 15:15:42 +01:00
Thomas Tuegel
3d5a033c96 Merge pull request #20427 from ttuegel/multiple-outputs-networkmanager
networkmanager: multiple outputs
2016-11-17 06:34:58 -06:00
Thomas Tuegel
be491881f3 Merge pull request #20464 from ttuegel/kde-env-no-link
kdeWrapper: reduce closure size
2016-11-17 06:32:19 -06:00
Jaka Hudoklin
cf598aeae9 Merge pull request #20180 from offlinehacker/pkgs/vim-plugins/add/vim-jsdoc
vimPlugins/vim-jsdoc: init at 0kr4p01p
2016-11-17 13:08:40 +01:00
Jaka Hudoklin
f4780da125 vimPlugins/vim-jsdoc: init at 0kr4p01p 2016-11-17 13:07:38 +01:00
Matthew Daiter
8f765490e4 erlang_basho: Init at R16B03
erlang_basho_R16B03: added package file

erlang_basho_R16B03: added to top-level/all-packages.nix file

erlang_basho_R16B03_odbc: added to top-level/all-packages.nix file

erlang_basho_R16B03: Added the Carbon and Cocoa fields

erlang_basho_R16B03: Removed faulty maintainer

erlang_basho_R16B03: Added license as APL20

erlang_basho_R16B03: Made long and short description more informative

erlang_basho: added myself as a maintainer

erlang_basho: made configureFlags into an array

erlang_basho: added gcc as a dependency

erlang_basho: added escript replacement

erlang_basho: removed debugging cat statement

erlang_basho: changed subsitituteInPlace command to sed command

erlang_basho: added package

erlang_basho: Init at <R16B03
2016-11-17 12:25:04 +01:00
Franz Pletz
ba73dbbda6
batman-adv: 2016.3 -> 2016.4 2016-11-17 08:14:18 +01:00
Shea Levy
da547f7961 ghcHEAD: Add back response files patch 2016-11-17 01:05:21 -05:00
Graham Christensen
d0d3330866
shutter: add patch for CVE-2015-0854 with remote code 2016-11-16 22:06:06 -05:00
Graham Christensen
7ed55dc9e4
xinetd: patch for CVE-2013-4342 2016-11-16 22:06:06 -05:00
Graham Christensen
1eb545df05
jasper: 1.900.21 -> 1.900.28 2016-11-16 22:06:02 -05:00
Tim Steinbach
f590c6e464 Merge pull request #20475 from NeQuissimus/mariadb_10.1.19
mariadb: 10.1.18 -> 10.1.19
2016-11-16 20:24:19 -05:00
Tim Steinbach
f0e2c5d96d Merge pull request #20477 from NeQuissimus/opera_41
opera: 40.0.2308.90 -> 41.0.2353.56
2016-11-16 20:16:13 -05:00
Tim Steinbach
2bc7366667 Merge pull request #20480 from NeQuissimus/libgit2_0_24_3
libgit2: 0.24.2 -> 0.24.3
2016-11-16 20:15:26 -05:00
Thomas Tuegel
5da372c36e
remove kdeEnv 2016-11-16 17:07:13 -06:00
Thomas Tuegel
58811df272
kdeWrapper: reduce closure size 2016-11-16 17:07:13 -06:00
Robert Helgesson
add010f694
eclipse-plugin-testng: 6.9.12 -> 6.9.13 2016-11-17 00:06:41 +01:00
Robert Helgesson
4b6770d0c0
pythonPackages.PyICU: 1.9.3 -> 1.9.5 2016-11-17 00:06:41 +01:00
Robert Helgesson
38de6ed18e
gmic: 1.7.7 -> 1.7.8 2016-11-17 00:06:41 +01:00
Robert Helgesson
b25f9ff20e
mimeo: 2016.2 -> 2016.11 2016-11-17 00:06:41 +01:00
Robert Helgesson
72d410fc74
pecita: 5.3 -> 5.4 2016-11-17 00:06:41 +01:00
Eelco Dolstra
69bea26ea9 sddm: Enable user switching
It was lacking the dbus configuration to bind to
org.freedesktop.DisplayManager, and it was passing fixed TTY/display
numbers to the X server (see 9be012f0d4d9b6bca35416ec89d5a40be4556896).
2016-11-16 23:38:50 +01:00
Frederik Rietdijk
9524aedfc8 Merge pull request #20472 from Mic92/qrcode
pythonPackages.qrcode: fix dependencies and tests
2016-11-16 21:59:41 +01:00
Eelco Dolstra
f66271238e libdevil: Use multiple outputs 2016-11-16 20:56:35 +01:00
Eelco Dolstra
f3dbb0892c freeglut: Use multiple outputs 2016-11-16 20:51:12 +01:00
Frederik Rietdijk
16e511fe2d pythonPackages.traitlets: fix tests 2016-11-16 19:32:20 +01:00
Tobias Geerinckx-Rice
d3e54d71c1
debian_devscripts: 2.16.6 -> 2.16.8 2016-11-16 19:14:30 +01:00
Tim Steinbach
6f2b2daccf
libgit2: 0.24.2 -> 0.24.3 2016-11-16 12:52:07 -05:00
Tim Steinbach
589ceb0386 Merge pull request #20453 from NeQuissimus/liquibase_3_5_3
liquibase: 3.4.2 -> 3.5.3
2016-11-16 12:51:45 -05:00
Tim Steinbach
59adba43ca Merge pull request #20451 from NeQuissimus/git_2_10_2
git: 2.10.1 -> 2.10.2
2016-11-16 12:51:33 -05:00
Tim Steinbach
0c9f88ea3c Merge pull request #20447 from NeQuissimus/gradle_3_2
gradle: 3.1 -> 3.2
2016-11-16 12:51:14 -05:00
Tim Steinbach
9c3eae488e
opera: 40.0.2308.90 -> 41.0.2353.56 2016-11-16 12:14:27 -05:00
Daniel Peebles
f6a7296499 Merge pull request #16540 from matthewbauer/xcbuild
xcbuild: add wrapper
2016-11-16 12:11:15 -05:00
Tim Steinbach
0736bd2c53
mariadb: 10.1.18 -> 10.1.19 2016-11-16 12:04:41 -05:00
John Wiegley
c4d2d56f22
emacs: Missed a pluralization... 2016-11-16 08:54:30 -08:00
John Wiegley
0bf515c973
emacs: Depend on libselinux only for Linux 2016-11-16 08:53:45 -08:00
Rushmore Mushambi
244c18c70d Merge pull request #20460 from retrry/master
Rust updates
2016-11-16 18:30:01 +02:00
Jörg Thalheim
3378638e4b Merge pull request #20468 from lsix/update_poezio_1_10
poezio: 0.9 -> 0.10
2016-11-16 17:21:43 +01:00
Jörg Thalheim
2b31fecfd8
pythonPackages.qrcode: fix dependencies
this also fix tests for python3
2016-11-16 17:11:26 +01:00
Jörg Thalheim
ac8b3165b6
pythonPackages.pymaging_png: init at 2016-11-16 2016-11-16 17:11:17 +01:00
Jörg Thalheim
3d2e46e7ad
pythonPackages.pymaging: init at 2016-11-16 2016-11-16 17:10:07 +01:00
zimbatm
a60a584cb6 terraform: 0.7.10 -> 0.7.11 2016-11-16 15:52:25 +00:00
Domen Kožar
67f3e2853b create-amis.sh: use nix-shell for convenience 2016-11-16 16:49:32 +01:00
Jörg Thalheim
178bd65e0f Merge pull request #20470 from Mic92/qrcode
pythonPackages.qrcode: 5.1 -> 5.3
2016-11-16 16:34:15 +01:00
Jörg Thalheim
e237791fd4
pythonPackages.qrcode: 5.1 -> 5.3
works with python3 now
2016-11-16 16:32:36 +01:00
Frederik Rietdijk
efaf3358db pythonPackages.traitlets: 4.2.2 -> 4.3.1 2016-11-16 16:16:54 +01:00
Frederik Rietdijk
2a3d552c55 pythonPackages.ipykernel: 4.5.0 -> 4.5.1 2016-11-16 16:16:54 +01:00