Commit graph

180820 commits

Author SHA1 Message Date
Arian van Putten cbc45b5981 nixos: Make nesting.children work in NixOS tests
We differentiate between modules and baseModules in  the
VM builder for NixOS tests. This way, nesting.children, eventhough
it doesn't inherit from parent, still has enough config to
actually complete the test. Otherwise, the qemu modules
would not be loaded, for example, and a nesting.children
statement would not evaluate.
2019-05-29 12:50:49 +02:00
Arian van Putten a48047a755 nixos: Add test that demonstrates how to use nesting.clone
This is actually very useful. Allows you to test switch-to-configuration

nesting.children is still currently still broken as it will throw
away 'too much' of the config, including the modules that make
nixos tests work in the first place. But that's something for
another time.
2019-05-26 00:37:13 +02:00
Arian van Putten d50b434234 nixos: Make 'nesting.clone' work in NixOS tests
Because nesting.clone calls 'eval-config.nix' manually,
without the 'extraArgs' argument that provides the 'nodes'
argument to nixos modules in nixos tests, evaluating
of 'nesting.clone' definitions would fail with the following error

while evaluating the module argument `nodes' in "<redacted>"
while evaluating the attribute '_module.args.nodes' at undefined position:
attribute 'nodes' missing, at <redacted./nixpkgs/lib/modules.nix:163:28

by not using 'extraArgs' but a nixos module instead, the nodes parameter
gets propagated to the 'eval-config.nix' call that  'nesting.clone'
makes too -  getting rid of the error.

See  https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/activation/top-level.nix#L13-L23
See  https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/build-vms.nix#L27
See  https://github.com/NixOS/nixpkgs/issues/20886#issuecomment-495952149
2019-05-26 00:20:21 +02:00
Matthew Bauer fcd012eed6
Merge pull request #61824 from vlaci/multipath-tools-1
multipath-tools: fix download URL and adjust download URL
2019-05-25 17:03:52 -05:00
Timo Kaufmann 28b4f7b6ac
Merge pull request #62052 from timokau/rl-coach-init
python.pkgs.rl-coach: init at 0.12.0
2019-05-25 22:45:04 +02:00
Michael Weiss d9153a6815
androidStudioPackages.{dev,canary}: 3.5.0.14 -> 3.6.0.1 2019-05-25 22:21:27 +02:00
Tadeo Kondrak 0dfa25e17c l-smash: init at 2.4.15 2019-05-26 04:54:57 +09:00
Silvan Mosberger 0040ca936e
Merge pull request #56175 from MostAwesomeDude/tahoe-service
Fix tahoe service
2019-05-25 21:53:23 +02:00
Andreas Rammhold ef35ad1dbc
ghostscript: add patches for CVE-2019-3839 (#62029)
ghostscript: add patches for CVE-2019-3839
2019-05-25 18:56:04 +00:00
Vladimír Čunát bb2a49d1e7
Merge #62063: evince: patch CVE-2019-11459 2019-05-25 19:57:53 +02:00
Nikolay Amiantov 8f7e1fde58 gajim: 1.1.2 -> 1.1.3 2019-05-25 20:34:07 +03:00
Nikolay Amiantov f8a4e79b20 pythonPackages.python-axolotl: 0.2.2 -> 0.2.3
Fixes corrupted OMEMO messages from Gajim.
2019-05-25 20:34:07 +03:00
Aaron Andersen 10ed05ec5c
Merge pull request #61976 from suhr/kvirc
kvirc: init at 5.0.0
2019-05-25 13:32:30 -04:00
Marek Mahut ace58ebcd3 evince: CVE-2019-11459 2019-05-25 17:27:09 +00:00
Renaud e2d1da7c51
perlPackages.Po4a: 0.47 -> 0.55 (#62060)
+ refresh meta.homepage
2019-05-25 19:06:32 +02:00
Matthieu Coudron cdf0dbac3a
Merge pull request #62058 from freepotion/maintainer-email-update
maintainer-list.nix: email update
2019-05-26 02:00:34 +09:00
Markus Schneider c30bd387d2 leftwm: enable service 2019-05-26 01:27:04 +09:00
Markus Schneider 0ae372dcde leftwm: init at 0.1.9 2019-05-26 01:27:04 +09:00
Markus Schneider 0da09111da added mschneider to maintainers 2019-05-26 01:27:04 +09:00
Renaud f5e9f0f44b
axel: update meta.homepage
alioth.debian.org is gone
2019-05-25 17:58:45 +02:00
Free Potion 3015c66727
maintainer-list.nix: email update 2019-05-25 18:39:09 +03:00
Renaud e73f42be1c
pythonPackages.python-daemon: update meta.homepage 2019-05-25 17:11:31 +02:00
Maximilian Bosch 5fa93517f5
Merge pull request #61971 from sjau/wg_client_start
wireguard: restart on failure\nAs a oneshot service, if the startup f…
2019-05-25 16:36:56 +02:00
sjau 1bff53cb84
wireguard: restart on failure
As a oneshot service, if the startup failed it would never be attempted again.
This is problematic when peer's addresses require DNS. DNS may not be reliably available at
the time wireguard starts. Converting this to a simple service with Restart
and RestartAfter directives allows the service to be reattempted, but at
the cost of losing the oneshot semantics.

Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-05-25 16:32:14 +02:00
Florian Klink e4de353830
wireguard service: allow empty interfaces (#61743)
wireguard service: allow empty interfaces
2019-05-25 16:30:27 +02:00
Maximilian Bosch 09e2189af4
Merge pull request #62051 from dhl/serverlessrepo-fix-pyyaml
pythonPackages.serverlessrepo: fix pyyaml override
2019-05-25 16:14:42 +02:00
Timo Kaufmann dbed8e977c
Merge pull request #61535 from timokau/linbox-1.6.2
linbox: 1.6.1 -> 1.6.2
2019-05-25 15:32:03 +02:00
Timo Kaufmann 700e8bc64c python.pkgs.rl-coach: init at 0.12.0 2019-05-25 15:07:55 +02:00
Timo Kaufmann 3342953dff python.pkgs.annoy: init at 1.15.2 2019-05-25 14:56:14 +02:00
David Leung 93a90e1fbb
aws-sam-cli: Fix pyyaml override 2019-05-25 20:43:54 +08:00
David Leung 8de2c9edb5
pythonPackage.serverlessrepo: fix pyyaml override 2019-05-25 20:32:29 +08:00
Сухарик 8adf033984 kvirc: init at 5.0.0 2019-05-25 15:13:19 +03:00
Mario Rodas 25837378a2
Merge pull request #61799 from r-ryantm/auto-update/colm
colm: 0.13.0.6 -> 0.13.0.7
2019-05-25 07:08:37 -05:00
R. RyanTM f9ff05dbc9 libpqxx: 6.4.3 -> 6.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libpqxx/versions
2019-05-25 12:48:06 +02:00
Elis Hirwing fa05f332eb
Merge pull request #62030 from freepotion/harmonist-init
harmonist: init at 0.1
2019-05-25 12:20:20 +02:00
Free Potion e38110ab6c
harmonist: init at 0.1 2019-05-25 13:14:43 +03:00
R. RyanTM 48d6a67f12 smplayer: 19.1.0 -> 19.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smplayer/versions
2019-05-25 19:04:55 +09:00
edef 6a347bca67
Merge pull request #60984 from edef1c/ipxe-uefi
ipxe: enable UEFI support
2019-05-25 09:57:09 +00:00
Mario Rodas 429d71d520
ragelDev: 7.0.0.11 -> 7.0.0.12 2019-05-25 04:20:00 -05:00
phile314-fh 62d4c2b34a mongodb: Add authentication support
* nixos/mongodb: Add authentication support

* nixos/mongodb: Add initial script option

* nixos/mongodb: Make initial root password configurable

* nixos/mongodb: Start only on loopback interface for setup procedure

* nixos/mongodb: Test auth/initial script

* nixos/mongodb: Code formatting

Co-Authored-By: Lassulus <github@lassul.us>
2019-05-25 18:09:30 +09:00
Jörg Thalheim e06dc0b5a9
Merge pull request #62038 from marsam/update-dive
dive: 0.6.0 -> 0.7.2
2019-05-25 10:02:29 +01:00
Maximilian Bosch 35961a169d
Merge pull request #62011 from dhl/dhl/aws-sam-and-lambda-builders
aws-sam-cli: 0.14.2 -> 0.16.1
2019-05-25 10:59:11 +02:00
Nikolay Amiantov 9da82ca01f steam: add extraLibraries argument 2019-05-25 11:22:37 +03:00
Jörg Thalheim 08adaf685e
Merge pull request #61834 from eadwu/vscode/1.34.0
vscod{e,ium}: 1.33.1 -> 1.34.0
2019-05-25 09:22:08 +01:00
Jörg Thalheim 2ea821800e
tautulli: 2.1.28 -> 2.1.29 (#62004)
tautulli: 2.1.28 -> 2.1.29
2019-05-25 09:21:41 +01:00
Nikolay Amiantov cfadd988e5 wireguard service: allow empty interfaces
This is needed in case one wants to use wg-quick on NixOS.
2019-05-25 11:17:36 +03:00
Jörg Thalheim 10ddd34921
verilator: 4.012 -> 4.014 (#62013)
verilator: 4.012 -> 4.014
2019-05-25 09:16:58 +01:00
Jörg Thalheim 733baa436d
gallery-dl : 1.8.3 -> 1.8.4 (#61992)
gallery-dl : 1.8.3 -> 1.8.4
2019-05-25 09:16:40 +01:00
Jörg Thalheim dae9bb9afb
cjdns: 20.2 -> 20.3 (#61990)
cjdns: 20.2 -> 20.3
2019-05-25 09:16:18 +01:00
marius851000 d6e7f93364 the-powder-toy: 93.3 -> 94.1 2019-05-25 11:14:06 +03:00