Commit Graph

173711 Commits

Author SHA1 Message Date
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
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
Dmitry Kalinkin
749c0a9c16
Merge pull request #57325 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/1.2.12
vscode-extensions.WakaTime.vscode-wakatime: 1.2.7 -> 1.2.13
2019-03-25 18:55:06 -04:00
John Ericson
8ba4db0f11
manual: Fix typos
Thanks @matthewbauer!

Co-Authored-By: Ericson2314 <git@JohnEricson.me>
2019-03-25 17:50:13 -04:00
Vladyslav M
7be93a4ca7
Merge pull request #58258 from teozkr/buildRustCrate-fix-include
buildRustCrate: Fix `include` filter
2019-03-25 22:32:47 +02:00
Vladyslav M
a6da544294
skim: 0.6.2 -> 0.6.4 2019-03-25 21:52:10 +02:00
Michael Eden
c3c9541fc2 libndctl: put which in nativeBuildInputs 2019-03-25 14:59:09 -04:00
Elis Hirwing
9e693a074d
Merge pull request #58253 from plumelo/feature/lazygit-0.7.2
lazygit: 0.5 -> 0.7.2
2019-03-25 19:29:03 +01:00
Maximilian Bosch
d4a570ad57 citrix_receiver: remove old versions
The versions 13.8.0 and 13.9.{0,1} will be EOLed before the end of 19.03
and should be dropped.

To provide an easy upgrade path, all unsupported versions will throw an
evaluation error. All versions that are about the be EOLed can be added
there as well.

For now, all of those deprecated versions are still referenced in
`all-packages.nix`, but should be removed before the next release.

See also https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2019-03-25 18:26:10 +00:00
Will Dietz
5eb3edc8fb
Merge pull request #58235 from dtzWill/update/ponyc-0.28.0
ponyc: 0.27.0 -> 0.28.0
2019-03-25 11:28:17 -05:00
Gabriel Ebner
fa355972ed evince: enable postscript support 2019-03-25 17:25:15 +01:00
Michael Weiss
698a3f7edd
tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Matthew Bauer
5f32434aef
Merge pull request #58246 from danbst/infinite-recursion-otherPackageSets
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25 12:05:07 -04:00
John Ericson
725b5499b8
Merge pull request #58192 from vaibhavsagar/unbreak-ghcjs-ng
ghcjs-ng: unbreak
2019-03-25 11:36:44 -04:00
Aaron Bull Schaefer
1f6e46ff96 bazelisk: init at 0.0.3 (#56867) 2019-03-25 07:52:32 -07:00
worldofpeace
3cb00c5f15
Merge pull request #58238 from dtzWill/update/youtube-dl-2019.03.18
youtube-dl: 2019.03.01 -> 2019.03.18
2019-03-25 10:46:24 -04:00
Teo Klestrup Röijezon
5eec83eb83 buildRustCrate: Fix include filter
buildRustCrate has a handy `include` helper, that only imports those whitelisted
files and folders to the store.

However, the function's matching logic is broken and includes all files,
regardless of whether or not they're whitelisted, as long as the whitelist
contains at least one name (regardless of whether that name exists). This is
because it doesn't take into account that
`lib.strings.removePrefix "foo" "bar" == "bar"` (that is, paths that don't match
the prefix are passed straight through).
2019-03-25 15:24:42 +01:00
Michael Weiss
072adccff7
gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss
abadb74b71
tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00