Commit Graph
248342 Commits
Author SHA1 Message Date
Rok GarbasandGitHub 298659b5f8 Merge pull request #101080 from Patryk27/news/unifi
unifiBeta: init at 6.0.23
2020-10-19 21:45:59 +02:00
Andreas Rammhold 54e6cfc1ef iptuils: Remove systemd from dependencies
In our case systemd is only used to figure out if the unit files should
be generated.
2020-10-19 21:41:53 +02:00
Sandro Jäckel f9f1691050 ArchiSteamFarm: 4.3.0.6 -> 4.3.1.0 2020-10-19 21:40:12 +02:00
Maximilian BoschandGitHub 903a9131d9 Merge pull request #100874 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.17.0 -> 0.18.0
2020-10-19 21:38:28 +02:00
Lachlan DeckandBjørn Forsman cbb91a3dfd plantuml: 1.2020.16 -> 1.2020.19 2020-10-19 21:38:08 +02:00
Henri Menke 3cf85bc8a2 zfsUnstable: 2.0.0-rc3 -> 2.0.0-rc4 2020-10-19 21:37:42 +02:00
Simon Weber 4e3342ad35 zigbee2mqtt: 1.14.4 -> 1.15.0 2020-10-19 21:27:58 +02:00
Vladimír Čunát 92c96b7995 pkgs-lib/tests/formats: fix whitespace after PR #100372
Naturally, TOML doesn't define the exact shape of everything.
nix build -f pkgs/top-level/release.nix pkgs-lib-tests
2020-10-19 21:19:37 +02:00
Martin WeineltandGitHub 4dca83eb54 Merge pull request #101033 from JamieMagee/pyaftership
pythonPackages.pyaftership: init at 0.1.2
2020-10-19 20:59:26 +02:00
Henri MenkeandJon cabb90e212 zfs: 0.8.4 -> 0.8.5 2020-10-19 11:18:01 -07:00
Robert ScottandGitHub e5973b4438 Merge pull request #101044 from r-burns/lcms2
lcms2: fix build on darwin
2020-10-19 19:16:30 +01:00
Robert ScottandGitHub c873f13eac Merge pull request #101031 from r-burns/spooles
spooles: fix build on darwin
2020-10-19 19:07:03 +01:00
Jörg ThalheimandGitHub 46bd18fff6 Merge pull request #99541 from acelpb/jenkins
nixos/jenkins: switch to openjdk11 as openjdk14 is not supported
2020-10-19 19:50:20 +02:00
Ryan MulliganandGitHub 506e73b1b6 Merge pull request #100917 from r-ryantm/auto-update/dua
dua: 2.10.2 -> 2.10.3
2020-10-19 09:59:32 -07:00
Patryk Wychowaniec 07518da204 unifiBeta: init at 6.0.23 2020-10-19 18:47:12 +02:00
Marco FarrugiaandProfpatsch ffac55a0da format 2020-10-19 18:32:48 +02:00
Marco FarrugiaandProfpatsch a360b05cb7 bazel: Fix bazel query and provide a default java toolchain
These are fixes for problems I ran into with:
- `bazel test //example:cpp-test`
This needed `build --host_javabase='@local_jdk//:jdk'`

- `bazel query 'deps(//example:cpp-test)'`
This needed the same flags as `build`.

Is it contentious to (partially?) configure the default java toolchain? I don't see it as much different than providing the bazel server's java.
It would continue to be configurable/overridable by overriding the flags. 

---
And a random notes from this escapade, but https://github.com/bazelbuild/bazel/blob/master/WORKSPACE#L144-L308 looks a little different from https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/bazel_3/src-deps.json so one of them is probably wrong :)
2020-10-19 18:32:48 +02:00
Jonathan RingerandJon 67d2de5ffa python310: init at 3.10a1 2020-10-19 09:31:27 -07:00
Evan StollandJon 154fa4d0e7 pythonPackages.hydrus: init at 413 2020-10-19 09:13:33 -07:00
Nikita UvarovandJon d7f7eb2a0a pythonPackages.pyatv: move pytestCheckHook to checkInputs 2020-10-19 09:06:29 -07:00
Andreas Rammhold 8ed57ac916 nixos/tests: make sure we use the qemu_test package to provide the Guest Agent
This reduces the closure size for the minimal test by a lot since we no
longer have to build the regular QEMU for even the simplest test.
2020-10-19 18:03:01 +02:00
Andreas Rammhold e127ba7873 nixos/qemu-guest-agent: make the QEMU guest agent package configurable 2020-10-19 17:58:10 +02:00
Ryan MulliganandGitHub 12642234d9 Merge pull request #99883 from mtanzi/elixir-1.11.0
elixir_1_11: init at 1.11.0
2020-10-19 08:52:02 -07:00
Andreas Rammhold 2451796b49 qemu: make ncurses optional for the test runner
This shaves another 3MB off the closure size of QEMU.
2020-10-19 17:49:31 +02:00
Maximilian Bosch fcbf2ee8b5 grafana: 7.2.0 -> 7.2.1
https://github.com/grafana/grafana/releases/tag/v7.2.1
2020-10-19 17:48:47 +02:00
Maximilian Bosch b6f990947c epson-escpr2: 1.1.17 -> 1.1.23 2020-10-19 17:48:27 +02:00
Andreas Rammhold 20893b3a70 nixos/tests: expose both the interactive and non-interactive driver
For a lot of the work the non-interactive drivers are enough and it is
probably a good idea to keep it accessible for debugging without
touching the Nix expression.
2020-10-19 17:39:48 +02:00
Andreas Rammhold c096880d46 nixos/tests: make the driver attribute use a rich qemu
Since we previously stripped down the features of `qemu_test` some of
the features users are used to while running tests through the (impure)
driver didn't work anymore. Most notably we lost support for graphical
output and audio. With this change the `driver` attribute uses are more
feature complete version of QEmu compared to the one used in the pure
Nix builds.

This gives us the best of both worlds. Users are able to see the
graphical windows of VMs while CI and regular nix builds do not have to
download all the (unnecessary) dependencies.
2020-10-19 17:39:48 +02:00
Andreas Rammhold e79eed4840 qemu: strip down the features for the test runner
This allows much faster VM-test based systemd testing as the closure of
qemu suddenly shrinks to reasonable sizes again.
2020-10-19 17:39:47 +02:00
Sandro JäckelandJon 77d5e86ae4 ansible-lint: update meta.homepage 2020-10-19 08:29:53 -07:00
Sandro JäckelandJon 8218431da9 ansible-lint: 4.2.0 -> 4.3.5 2020-10-19 08:29:53 -07:00
Jean-François RocheandJon 8781030dfa python3Package.python-markdown-math: remove support for python 2.7
As stated in its changelog [1], python 2.7 is no longer supported.

[1] https://github.com/mitya57/python-markdown-math/blob/master/changelog#L4
2020-10-19 08:13:10 -07:00
ymeister 5bf4704ee7 nodePackages.readability-cli: init at 1.1.5 2020-10-19 21:32:54 +07:00
StigPandGitHub 76fe85fcdd Merge pull request #101012 from r-burns/perl-linux
perlPackages.Linux*: disable on non-Linux platforms
2020-10-19 14:20:10 +00:00
José Romildo Malaquias 07c91d7908 numix-solarized-gtk-theme: 20180913 -> 20200910 2020-10-19 11:15:34 -03:00
Finn BehrensandGitHub 8e72b237cd onefetch: 2.4.0 -> 2.5.0 (#101074) 2020-10-19 16:03:00 +02:00
Tim Steinbach b615fa7b06 oh-my-zsh: 2020-10-15 -> 2020-10-18 2020-10-19 09:40:23 -04:00
Martin WeineltandGitHub 63ad5ab28e Merge pull request #99999 from 0x4A6F/master-routinator
routinator: 0.7.1 -> 0.8.0
2020-10-19 15:08:00 +02:00
David Wood 68f49681b6 mdcat: 0.21.1 -> 0.22.1 2020-10-19 13:51:55 +01:00
Ryan MulliganandGitHub bc1b00acde Merge pull request #100996 from r-ryantm/auto-update/kibi
kibi: 0.2.0 -> 0.2.1
2020-10-19 05:40:09 -07:00
Vincent LaporteandVincent Laporte 92d4ced442 ocamlPackages.ppx_sqlexpr: use ppxlib instead of the deprecated ppx_core 2020-10-19 14:25:57 +02:00
Markus Kowalewski 2eee4e4eac openmolcas: 19.11 -> 20.10 2020-10-19 14:13:08 +02:00
0x4A6F b52ed6a1fe routinator: 0.7.1 -> 0.8.0
Upgrade to [v0.8.0](https://github.com/NLnetLabs/routinator/releases/tag/v0.8.0).
Fixes [CVE-2020-17366](https://nvd.nist.gov/vuln/detail/CVE-2020-17366).
2020-10-19 12:01:21 +00:00
Markus Kowalewski 8b02ff6b8e openmolcas: fix build w.r.t. openblas
Fall out from switching openblas over to multiple outputs:
https://github.com/NixOS/nixpkgs/pull/98337
2020-10-19 14:00:48 +02:00
Michele Guerini RoccoandGitHub 50ee62ae07 Merge pull request #100821 from markus1189/imv-backends
imv: enable LIBNSGIF and LIBJPEG backends
2020-10-19 13:41:20 +02:00
toastalandСухарик d6ade09d5f julia-mono: 0.018 -> 0.022 2020-10-19 13:38:16 +03:00
Janne HeßandGitHub 7ef527cff8 iperf3: 3.8.1 -> 3.9 (#100744)
changelog http://software.es.net/iperf/news.html#iperf-3-9-released
2020-10-19 12:24:49 +02:00
Jörg ThalheimandGitHub 2ee6d466f5 Merge pull request #98410 from SuperSandro2000/rustscan-1.9.0 2020-10-19 12:12:08 +02:00
Aluísio Augusto Silva Gonçalves cba9843aa0 nixos/doc: fix itemization in the 20.09 release notes 2020-10-19 07:11:48 -03:00
Sarah BrofeldtandGitHub 902e0997c3 Merge pull request #101025 from johanot/kubernetes-1.19.3
kubernetes: 1.19.1 -> 1.19.3
2020-10-19 11:59:35 +02:00