Commit Graph

173734 Commits

Author SHA1 Message Date
Robert Schütz
4ad932483c
Merge pull request #56884 from kwohlfahrt/isort
pythonPackages.isort: 4.3.4 -> 4.3.15
2019-03-26 15:03:57 +01:00
Robert Schütz
6dac4d5f8e python.pkgs.cssselect2: no isort etc. tests
The isort tests were broken after upgrading the isort package.
2019-03-26 14:57:53 +01:00
Kai Wohlfahrt
f61ed7f4cd pythonPackages.isort: 4.3.4 -> 4.3.16
We set $TMPDIR, because isort refuses to run in paths containing
'build' (since that is part of Python's typical build infrastructure).
2019-03-26 13:30:17 +00:00
Vincent Laporte
6a45d871c7 ocamlPackages.lablgtk3: use buildDunePackage 2019-03-26 14:17:50 +01:00
Vincent Laporte
f56d52bbc3 ocamlPackages.zmq: use buildDunePackage 2019-03-26 14:17:50 +01:00
Vincent Laporte
7a2426ca77 dune: move into ocamlPackages 2019-03-26 14:17:50 +01:00
Peter Simons
98dcfed615
Merge pull request #57818 from illegalprime/fix/gnupg-cross
gnupg: use config flags to find lib prefix instead of their binary tools
2019-03-26 13:57:43 +01:00
Aaron Bull Schaefer
ef48aaff73 pythonPackages.ansible: 2.7.8 -> 2.7.9 (#58285) 2019-03-26 13:36:35 +01:00
R. RyanTM
2d14a88f53 python37Packages.Quandl: 3.4.5 -> 3.4.6 (#57447)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-quandl/versions
2019-03-26 13:29:14 +01:00
R. RyanTM
b71c15b410 python37Packages.shodan: 1.10.4 -> 1.11.1 (#57457)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shodan/versions
2019-03-26 13:24:44 +01:00
R. RyanTM
d0d43fb21c python37Packages.shellingham: 1.2.8 -> 1.3.0 (#57456)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-shellingham/versions
2019-03-26 13:23:28 +01:00
Jaka Hudoklin
0a06afa7ed
Merge pull request #55898 from xtruder/pkgs/rootlesskit/init
feat(roolesskit): init at 0.3.0-alpha.2
2019-03-26 12:58:30 +01:00
Florian Klink
d73f16d676
Merge pull request #58332 from r-ryantm/auto-update/masterpdfeditor
masterpdfeditor: 5.2.20 -> 5.3.22
2019-03-26 11:16:37 +01:00
Florian Klink
d402472b54
Merge pull request #57774 from bgamari/update-gitlab
gitlab: Update to 11.9.0
2019-03-26 11:08:33 +01:00
Florian Klink
476760bfeb
Merge pull request #57578 from bgamari/gitlab-extra-initializers
nixos/gitlab: Allow configuration of extra initializers
2019-03-26 11:08:11 +01:00
Florian Klink
c717fe09aa
Merge pull request #58257 from max-wittig/patch-2
gitlab-runner: 11.8.0 -> 11.9.0
2019-03-26 11:07:05 +01:00
Elis Hirwing
86d923ee6c
Merge pull request #58325 from r-ryantm/auto-update/lxrandr
lxrandr: 0.3.1 -> 0.3.2
2019-03-26 10:57:02 +01:00
Michael Raskin
c10bc73988
Merge pull request #58338 from r-ryantm/auto-update/monit
monit: 5.25.2 -> 5.25.3
2019-03-26 08:17:58 +00:00
Robert Schütz
2413b2ac87 python.pkgs.pytest-faulthandler: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-26 08:59:45 +01:00
Robert Schütz
bd6d607e5b python.pkgs.pytest-mock: 1.10.1 -> 1.10.2 2019-03-26 08:59:45 +01:00
Peter Hoeg
6a66392d9a
Merge pull request #58072 from r-ryantm/auto-update/falkon
falkon: 3.0.1 -> 3.1.0
2019-03-26 15:41:39 +08:00
R. RyanTM
6f235bc812 matio: 1.5.13 -> 1.5.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2019-03-26 08:12:27 +01:00
R. RyanTM
79ed374fde monit: 5.25.2 -> 5.25.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/monit/versions
2019-03-25 23:43:30 -07:00
aszlig
68efd790b8
nixos: Don't enable Docker by default
Regression introduced by c94005358c.

The commit introduced declarative docker containers and subsequently
enables docker whenever any declarative docker containers are defined.

This is done via an option with type "attrsOf somesubmodule" and a check
on whether the attribute set is empty.

Unfortunately, the check was whether a *list* is empty rather than
wether an attribute set is empty, so "mkIf (cfg != [])" *always*
evaluates to true and thus subsequently enables docker by default:

$ nix-instantiate --eval nixos --arg configuration {} \
    -A config.virtualisation.docker.enable
true

Fixing this is simply done by changing the check to "mkIf (cfg != {})".

Tested this by running the "docker-containers" NixOS test and it still
passes.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @benley, @danbst, @Infinisil, @nlewo
2019-03-26 07:10:18 +01:00
R. RyanTM
d5e9e5fcf2 lighttpd: 1.4.52 -> 1.4.53
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lighttpd/versions
2019-03-26 06:37:24 +01:00
R. RyanTM
7f1a7b1d7d masterpdfeditor: 5.2.20 -> 5.3.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/masterpdfeditor/versions
2019-03-25 22:15:03 -07:00
Silvan Mosberger
a268365662
Merge pull request #58197 from tohl/firefox-bin-systemLocale
firefox-bin with overrideable locale, tested on nixos x86_64
2019-03-26 06:01:19 +01:00
R. RyanTM
0b47bc2957 lxrandr: 0.3.1 -> 0.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxrandr/versions
2019-03-25 20:48:34 -07:00
Ryan Mulligan
a620334527
Merge pull request #58249 from dywedir/skim
skim: 0.6.2 -> 0.6.3
2019-03-25 20:11:53 -07:00
Matthew Bauer
2924563f88
Merge pull request #57925 from rnhmjoj/ifnames-fix
nixos/tests/predictable-interfaces: fix failure on aarch64
2019-03-25 22:23:11 -04:00
Matthew Bauer
4cbb9b840b
Merge pull request #57905 from LinArcX/vazir-fonts
vazir-fonts: init at 19.2.0
2019-03-25 22:22:18 -04:00
Matthew Bauer
127c1b19b3
Merge pull request #57872 from BadDecisionsAlex/patch-3
ecdsatool: init at 0.0.1
2019-03-25 22:20:21 -04:00
Matthew Bauer
5d173c9ee2
Merge pull request #57750 from tomfitzhenry/remove-freetype-from-adoptopenjdk
Remove libfreetype.so from adoptopenjdk's derivation.
2019-03-25 22:19:16 -04:00
Matthew Bauer
810f2ba1f3
Merge pull request #57758 from midchildan/add-mediasdk
intel-media-sdk: init at 18.4.1
2019-03-25 22:18:23 -04:00
Matthew Bauer
38c6c7c8a3
Merge pull request #57617 from aaronjanse/patch-20190313a
nixos/manual: clarify declarative packages section
2019-03-25 22:16:47 -04:00
Matthew Bauer
d468f4b27e
Merge pull request #57139 from delroth/firewall-dedup
nixos/firewall: canonicalize ports lists
2019-03-25 22:15:17 -04:00
Matthew Bauer
b332d66ce4
Merge pull request #56906 from stephengroat/terraform-providers.ansible
terraform-providers.ansible: init at 0.0.4
2019-03-25 22:07:44 -04:00
Matthew Bauer
14e9703558
Merge pull request #56950 from rvolosatovs/update/gocode-gomod
gocode-gomod: 2018-10-16 -> 2019-02-12
2019-03-25 22:06:06 -04:00
Matthew Bauer
1ca86b4056
Merge pull request #58047 from illegalprime/libndctl-cross
libndctl: use buildPackages.which
2019-03-25 22:01:00 -04:00
Matthew Bauer
38a89c8653
Merge pull request #58313 from arcnmx/gcc-8-cross
gcc: fix gcc8 for cross-compiled targets
2019-03-25 21:57:48 -04:00
John Ericson
aa0cf64422
Merge pull request #57611 from Ericson2314/stage-braid-not-chain
top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
2019-03-25 21:56:59 -04:00
Will Dietz
08d35056ef
Merge pull request #57891 from dtzWill/update/catch2-2.7.0
catch2: 2.6.0 -> 2.7.0
2019-03-25 20:28:33 -05:00
Graham Christensen
91f1560e52
Merge pull request #57114 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.2
2019-03-25 21:26:56 -04:00
Graham Christensen
32e20aa595
Merge pull request #57490 from delroth/imgurbash2-3.1
imgurbash2: 2.1 -> 3.1
2019-03-25 21:11:32 -04:00
arcnmx
05b0411c57 gcc: fix gcc8 for cross-compiled targets
Adds EXTRA_TARGET_FLAGS missing from 412093994b.

Fixes #58164
2019-03-25 17:57:30 -07:00
Joachim F
d0a0de2c44
Merge pull request #55736 from risicle/ris-libdislocator
libdislocator: init at 2.52b
2019-03-26 00:47:10 +00:00
Joachim F
feb08243cd
Merge pull request #55378 from DerTim1/tmp/asterisk-update
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26 00:46:16 +00:00
Joachim F
d1595144a4
Merge pull request #56773 from bricewge/solarc
solarc-gtk-theme: init at 1.0.2
2019-03-26 00:45:20 +00:00
Joachim F
c9cd1356ea
Merge pull request #56522 from bzizou/messer-slim
messer-slim: init at 3.2.1
2019-03-26 00:42:58 +00:00
Joachim F
8a2b572ee9
Merge pull request #57830 from srghma/image_optim
image_optim: init at 0.26.3
2019-03-26 00:42:34 +00:00