Maximilian Bosch
25b9bca759
mongodb_3_4: fix license
...
As noted in #83433 , the 3.4 branch of `mongodb` is still licensed under
AGPL[1].
[1] https://github.com/mongodb/mongo/blob/r3.4.24/README
2020-04-21 18:05:15 +02:00
Maximilian Bosch
68684b6376
stellarium: 0.20.0 -> 0.20.1
...
https://github.com/Stellarium/stellarium/releases/tag/v0.20.1
2020-04-21 18:05:15 +02:00
Maximilian Bosch
c844633cc7
mautrix-whatsapp: 2020-04-12 -> 2020-04-21
2020-04-21 18:05:15 +02:00
Matthew Bauer
3c41d61514
doc/overlays.xml: update documentation for BLAS/LAPACK
...
This expands the documentation and explains how to assert LP64.
2020-04-21 11:03:10 -05:00
Domen Kožar
a85868fee9
Merge pull request #85685 from nh2/remove-unused-allSupportedNixpkgs
...
release-combined: Remove unused value `allSupportedNixpkgs`
2020-04-21 17:01:30 +02:00
Niklas Hambüchen
1da6613de1
release-combined: Remove unused value allSupportedNixpkgs
.
...
It was made obsolete by commit
2de3caf0
- nixos/release-combined.nix: List constituents of the 'tested' job by name
see also f996744fd3 (r38642487)
.
2020-04-21 16:41:41 +02:00
Tom Fitzhenry
0a49d329cb
systemd-networkd: add DHCPServer test
2020-04-22 00:12:00 +10:00
Mario Rodas
9d81c54b31
opam: add marsam to maintainers
2020-04-21 15:49:43 +02:00
Mario Rodas
05cfa5ff99
opam: 2.0.6 -> 2.0.7
2020-04-21 15:49:43 +02:00
edef
11e13acc46
srcOnly: ignore additional arguments
...
This reverts commit b32a057425
,
which breaks even the most straightforward uses of srcOnly:
nix-repl> srcOnly guile
error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
nix-repl> srcOnly hello
error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
Link: https://github.com/NixOS/nixpkgs/pull/80903#issuecomment-617172927
2020-04-21 13:20:17 +00:00
Mario Rodas
6a03fa96ea
Merge pull request #85411 from anmonteiro/anmonteiro/bs-platform-7.3.1
...
bs-platform: 7.2.0 -> 7.3.1
2020-04-21 08:01:11 -05:00
Vladyslav M
0226fe8059
oil: 0.7.0 -> 0.8.pre4
2020-04-21 15:45:04 +03:00
Michael Weiss
666042141e
git: Fix the update.sh script and use HTTPS
...
The syntax is ${parameter:-word} (i.e. previously this used
"latestTag" instead of the actual value).
(Fixes a regression from #85278.)
Also: Even though getting the latest tag isn't really security critical
(as long as Git itself is secure against untrusted input), I'd prefer to
switch from the Git to the HTTPS protocol (for authentication of the
server and encryption + uses a standard port).
2020-04-21 14:30:11 +02:00
Mario Rodas
77cb7ad618
Merge pull request #84938 from doronbehar/package-gjo
...
gjo: init at 1.0.2
2020-04-21 07:25:00 -05:00
Mario Rodas
ab7c117805
Merge pull request #85619 from kuznero/vscode
...
vscode, vscodium: 1.44.1 -> 1.44.2
2020-04-21 07:21:37 -05:00
Mario Rodas
d43ea8caf8
Merge pull request #85651 from marsam/update-chezmoi
...
chezmoi: 1.7.18 -> 1.8.0
2020-04-21 07:16:57 -05:00
Mario Rodas
357054b656
Merge pull request #85648 from xrelkd/update/cargo-expand
...
cargo-expand: 0.4.19 -> 0.5.0
2020-04-21 07:16:13 -05:00
Jörg Thalheim
6d446c1dc9
Merge pull request #85628 from xaverdh/enable-add-type
2020-04-21 10:53:15 +01:00
adisbladis
43f383c464
nixos.virtualisation.containers: Init common /etc/containers configuration module
...
What's happening now is that both cri-o and podman are creating
/etc/containers/policy.json.
By splitting out the creation of configuration files we can make the
podman module leaner & compose better with other container software.
2020-04-21 10:38:39 +01:00
adisbladis
650df709fb
nixos.virtualisation: Move containers.nix to nixos-containers.nix
...
In anticipation of the new containers module.
2020-04-21 10:36:56 +01:00
Frederik Rietdijk
04deda9be4
Merge staging into staging-next
2020-04-21 11:21:56 +02:00
Frederik Rietdijk
cf1a68360e
python2: 2.7.17 -> 2.7.18
2020-04-21 11:21:39 +02:00
adisbladis
f0a92ef1d9
nixos/podman: Add maintainer team & add myself to podman team
2020-04-21 10:03:22 +01:00
adisbladis
b512a788a4
nixos/virtualisation.podman: Init module
2020-04-21 10:03:18 +01:00
Vincent Laporte
22a3bf9fb9
Merge pull request #85142 from sternenseemann/mirage-crypto
...
ocamlPackages: jackline: switch to mirage-crypto and update dependencies
2020-04-21 08:56:52 +02:00
Mario Rodas
1a36927174
ocamlformat: 0.14.0 -> 0.14.1
...
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.1
2020-04-21 08:56:19 +02:00
Dominik Xaver Hörl
0412bde942
treewide: add bool type to enable options, or make use of mkEnableOption
...
Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
2020-04-21 08:55:36 +02:00
Vincent Laporte
974920ccd4
ocamlPackages.alcotest: 0.8.5 → 1.0.1
2020-04-21 08:47:40 +02:00
Vincent Laporte
fc317e100a
ocamlPackages.digestif: fix tests for alcotest ≥ 1.0
2020-04-21 08:47:40 +02:00
Vincent Laporte
36632263e0
ocamlPackages.base64: fix tests for alcotest ≥ 1.0
2020-04-21 08:47:40 +02:00
Vincent Laporte
f2788cdf11
ocamlPackages.angstrom: disable tests for OCaml < 4.05
2020-04-21 08:47:40 +02:00
Vincent Laporte
1bdf4d121b
ocamlPackages.bigstringaf: disable tests for OCaml < 4.05
2020-04-21 08:47:40 +02:00
R. RyanTM
aaddfc0c5b
libunwind: 1.3.1 -> 1.4.0
2020-04-21 08:41:13 +02:00
R. RyanTM
6a64dbefd0
libnetfilter_conntrack: 1.0.7 -> 1.0.8
2020-04-21 08:40:58 +02:00
Lancelot SIX
6c162416ca
bison: 3.5.2 -> 3.5.4
2020-04-21 08:40:37 +02:00
R. RyanTM
0293a4b37f
waf: 2.0.19 -> 2.0.20
2020-04-21 08:40:14 +02:00
R. RyanTM
1c7bcaa6db
vim: 8.2.0343 -> 8.2.0510
2020-04-21 08:39:52 +02:00
R. RyanTM
640186a866
libvdpau: 1.3 -> 1.4
2020-04-21 08:38:50 +02:00
R. RyanTM
4613022b5d
libyaml: 0.2.2 -> 0.2.3
2020-04-21 08:37:46 +02:00
Jörg Thalheim
c88f04cb93
gpgme: convert macos sed patch scripts to patch files
...
This is less brittle and breaks loud if the code changes.
Also remove the /usr/bin/file patch. It is not really required
for the build to work, the generated warning is harmless.
2020-04-21 08:37:12 +02:00
Kirill Elagin
5470d96645
pgpgme: Fix build with python on macOS
...
* Replace LD_LIBRARY_PATH with OS-specific name (e.g. DYLD_LIBRARY_PATH
on macOS).
* Disable Python tests on macOS, because they use gpg, which fails due
to a very long socket path (https://github.com/NixOS/nix/pull/1085 ).
The former should be fixed upstream. The latter is a Nix-specific issue,
but it can be worked-around upstream by making Python tests respect
--disable-gpg-test.
2020-04-21 08:37:12 +02:00
Linus Heckemann
6673a4988e
gnupg: use libusb1 ( #85374 )
...
* gnupg: use libusb1
This fixes scdaemon's direct ccid support.
* systemd: fix gnupg-minimal
2020-04-21 08:35:40 +02:00
R. RyanTM
c9576a4b74
doxygen: 1.8.17 -> 1.8.18
2020-04-21 08:33:04 +02:00
Jan Tojnar
9073a0cb8b
meson: 0.53.2 → 0.54.0
...
https://mesonbuild.com/Release-notes-for-0-54-0.html
2020-04-21 08:32:39 +02:00
Pavol Rusnak
3c83abd60f
libfido2: 1.3.1 -> 1.4.0
...
- drop upstreamed patches
- use system hidapi
2020-04-21 08:31:37 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
Frederik Rietdijk
b71232fc53
Merge master into staging-next
2020-04-21 08:28:19 +02:00
Scott Worley
d2d7fbc431
gzip: Don't depend on gzip being in $PATH
2020-04-21 08:24:27 +02:00
R. RyanTM
9fe2f2565e
gitAndTools.gitFull: 2.25.1 -> 2.25.2
2020-04-21 08:14:29 +02:00
oxalica
7760cff5d7
util-linux: 2.33.2 -> 2.35.1
2020-04-21 08:12:29 +02:00