Commit Graph
235680 Commits
Author SHA1 Message Date
ryneeverett f12581a7a3 nixos/docker: explicitly load kernel modules
This is analogous to #70447.

With security.lockKernelModules=true, docker commands result in the following
error without at least loading veth:

$ docker run hello-world
/nix/store/mr50kaan2vs4gc40ymwncb2vci25aq7z-docker-19.03.2/libexec/docker/docker: Error response from daemon: failed to create endpoint epic_kare on network bridge: failed to add the host (veth8b381f3) <=> sandbox (veth348e197) pair interfaces: operation not supported.
ERRO[0003] error waiting for container: context canceled
2020-07-18 02:31:25 +00:00
Mario Rodas 710714ed21 ncspot: 0.1.4 -> 0.2.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.0
2020-07-17 21:26:03 -05:00
Eduardo Quiros 995d057690 tut: 0.0.10 -> 0.0.13
new release with some minor improvements:
https://github.com/RasmusLindroth/tut/releases/tag/0.0.13
2020-07-17 18:12:18 -06:00
Felix TenleyandGitHub 0dd4c644af brave: 1.10.97 -> 1.11.97 2020-07-18 00:43:40 +02:00
Janne Heßandajs124 a44b2cdd3a nixos/systemd: Implement a packages option for tmpfiles
Also drop the `portables` tmpfiles because the file is missing in the
systemd derivation.
2020-07-18 00:03:47 +02:00
Lancelot SIXandGitHub 36adeebde6 Merge pull request #93088 from jonringer/bump-pytest-black
python3Packages.pytest-black: 0.3.9 -> 0.3.10
2020-07-17 22:43:55 +01:00
Michael WeissandGitHub f7e148151e Merge pull request #93352 from primeos/python-google-api-client
python3Packages.google_api_python_client: 1.9.3 -> 1.10.0
2020-07-17 22:33:23 +02:00
Lancelot SIXandGitHub ab817395e8 Merge pull request #93250 from r-ryantm/auto-update/strawberry
strawberry: 0.6.12 -> 0.6.13
2020-07-17 21:16:29 +01:00
R. RyanTM 3f9565e57f osmo: 0.4.2 -> 0.4.4 2020-07-17 20:15:44 +00:00
Wael NasreddineandGitHub e3bd95b2c7 bazel-kazel: init at 0.0.7 (#93361) 2020-07-17 13:10:32 -07:00
Jörg ThalheimandGitHub 2d357db2e8 Merge pull request #92343 from Izorkin/percona-tools 2020-07-17 20:59:55 +01:00
Maximilian BoschandGitHub adf8295b1f Merge pull request #93326 from r-ryantm/auto-update/icewm
icewm: 1.6.6 -> 1.7.0
2020-07-17 21:41:49 +02:00
Vincent LaporteandVincent Laporte 3487b6e587 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+β1 → 4.11.0+β2 2020-07-17 20:44:39 +02:00
Daniël de KokandGitHub 1bef2f1606 Merge pull request #93304 from Tomahna/metals
metals: 0.9.1 -> 0.9.2
2020-07-17 20:42:41 +02:00
Jörg ThalheimandGitHub a5c9a7ce46 Merge pull request #93337 from Mic92/fix-stackoverflow 2020-07-17 19:20:46 +01:00
Luke Granger-BrownandProfpatsch 5ecf942c11 oven-media-engine: init at 0.10.4 2020-07-17 20:07:11 +02:00
WilliButzandGitHub c8a29f640a Merge pull request #93291 from mdlayher/mdl-mmexporter
prometheus-modemmanager-exporter: init at 0.1.0, add NixOS module
2020-07-17 20:02:56 +02:00
Matt Layher a58346a5ee nixos/prometheus-modemmanager-exporter: new module
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-07-17 13:54:58 -04:00
R. RyanTM 1bab9f00ab libmysqlconnectorcpp: 8.0.20 -> 8.0.21 2020-07-17 17:50:30 +00:00
Vincent LaporteandVincent Laporte 5adadd1466 coqPackages.tlc: 20181116 → 20200328 2020-07-17 19:43:34 +02:00
R. RyanTM f243f7a12e nomacs: 3.14.2 -> 3.15.1616 2020-07-17 17:36:29 +00:00
Maximilian BoschandGitHub 3115fe6989 Merge pull request #93286 from r-ryantm/auto-update/claws-mail
claws-mail: 3.17.5 -> 3.17.6
2020-07-17 19:31:05 +02:00
R. RyanTM 1715eadebf nsd: 4.3.1 -> 4.3.2 2020-07-17 16:53:07 +00:00
Izorkin 8129816f98 nixos/unit: add 'tmp' directory 2020-07-17 19:46:56 +03:00
Griffin SmithandProfpatsch d433839007 chromium: Add missing dependency on gnugrep
The bin script that runs chromium calls out to gnugrep - but gnugrep is
missing as a runtime dependency of the chromium package. I found this
out when I was trying to put it in a docker image.
2020-07-17 18:33:43 +02:00
Luke Granger-BrownandProfpatsch d7d4a92695 buildBazelPackage: add "fetchConfigured" for fetching only things required for the build
"bazel fetch" will, by default, fetch everything that _might_ be used,
including things that will later be discarded due to the way the build
is configured.

Concretely, this means that for some builds of Java packages, this will
avoid failures where the builder tries to retrieve the JDK from /usr/share/java
(or equivalent).

This also means that for most packages we can fetch _fewer_ dependencies,
since the standard tree pruning for artifacts to fetch will take effect.

fetchConfigured is disabled by default since it changes the fetch hashes
of tensorflow/tensorflow2 (since it ends up fetching less).
2020-07-17 18:29:58 +02:00
Profpatsch f13283c3f5 maintainers-list: add a GDPR note, avoid unnecessary data collection
This change was preceded by the idea of adding a pronoun field to the
file, which we determined to be a bad idea:

* maintainers-list: add pronoun to the optional fields

I often do not know how to address maintainers, so giving them the
ability to specify their pronouns is helpful for communication
purposes.

* maintainers-list: add pronoun for Profpatsch

maintainers-list: make the pronoun field into a list

Some people have a set of pronouns they are fine with, so let’s make
that possible.

Based on feedback by somebody With An Idea™ of the topic.

* maintainers-list: remove the pronouns field

The discussion around the field raised a good point, quoting:

> What you are proposing here is keeping an irrevocable permanent
> history of people’s pronouns. It makes anybody would want to do bad
> things with it one small script away from a list of which Nixpkgs
> contributors are trans. Even looking at the history of name
> changes (which we probably also shouldn’t store) wouldn’t be nearly
> as reliable a source. While it might be tempting to say that
> participating in this would be optional, it would be establishing a
> de facto standard location for this information, that might make
> people feel compelled to participate or accept having the wrong
> pronoun used. Compounding this is the fact that the people who will
> be most comfortable using this field are the people who have never
> changed their pronouns. If they decide to in future, they now have
> to choose between permanently marking themselves as somebody who
> changed or deleted their pronouns (which is dangerous) or leaving
> the wrong pronouns up. Because of this, I think that over time this
> list would probably result in even more people being referred to by
> the wrong pronouns, because of outdated entries that are dangerous
> to correct.
>
> **This idea is extremely dangerous**. If somebody wants to publish
> their pronouns, they can already do that on their website or GitHub
> profile, without having to include that information in a large
> public dataset with history tracking.

So let’s remove it again.
2020-07-17 18:18:31 +02:00
LassulusandGitHub b6eca9a2af Merge pull request #93104 from Kloenk/moodle-plugins
nixos/moodle: add plugins
2020-07-17 17:47:11 +02:00
Eduardo Quirosandzowoq bae6984c21 croc: 8.0.11 -> 8.0.12
new release with updated deps and one fix:
https://github.com/schollz/croc/releases/tag/v8.0.12
2020-07-18 01:39:03 +10:00
Orivej Desh 7ef26ae64b guitarix: 0.40.0 -> 0.41.0
Unbundle zita resampler and convolver.
2020-07-17 15:36:32 +00:00
Michael Weiss 5525938847 python3Packages.google_api_python_client: 1.9.3 -> 1.10.0 2020-07-17 17:33:19 +02:00
Alyssa Ross 8f5eaa6deb gfan: fix clang build on non-Darwin
-fno-guess-branch-probability isn't a Darwin-specific thing, it's a
clang-specific thing.
2020-07-17 15:30:24 +00:00
Michele Guerini RoccoandGitHub 942b6411da Merge pull request #93345 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 47.0.0 -> 48.0.0
2020-07-17 17:10:34 +02:00
Jonathan RingerandJon 54dedd2e16 azure-cli: 2.8.0 -> 2.9.0 2020-07-17 08:08:39 -07:00
Maximilian BoschandGitHub 25d67fb0dc Merge pull request #93308 from claudiiii/update-element-docs
nixos/matrix-synapse: update documentation
2020-07-17 16:43:43 +02:00
Maximilian BoschandGitHub 14396b0e12 Merge pull request #93278 from tokudan/master.nextcloud1807
nextcloud: 18.0.6 -> 18.0.7
2020-07-17 16:34:04 +02:00
claudiiii 2d468be964 nixos/matrix-synapse: update documentation 2020-07-17 16:28:12 +02:00
Tim Steinbach 223efd7b37 jenkins: 2.235.1 -> 2.235.2 2020-07-17 10:22:13 -04:00
Tim Steinbach 1ce3f1fadd oh-my-zsh: 2020-07-14 -> 2020-07-15 2020-07-17 10:22:08 -04:00
Tim Steinbach 565e1049db linux/hardened/patches/5.7: 5.7.8.a -> 5.7.9.a 2020-07-17 10:16:52 -04:00
Tim Steinbach 6c1601c430 linux/hardened/patches/5.4: 5.4.49.a -> 5.4.52.a 2020-07-17 10:16:50 -04:00
Tim Steinbach 960ac522fb linux/hardened/patches/4.19: 4.19.132.a -> 4.19.133.a 2020-07-17 10:16:48 -04:00
Tim Steinbach eb2f388459 linux: 5.4.51 -> 5.4.52 2020-07-17 10:16:30 -04:00
Tim Steinbach 95a54060a4 linux: 4.19.132 -> 4.19.133 2020-07-17 10:15:58 -04:00
Maximilian BoschandGitHub cfcdbc0a6f Merge pull request #93072 from Ma27/bump-matrix-synapse
matrix-synapse: 1.16.1 -> 1.17.0
2020-07-17 16:14:36 +02:00
Maximilian BoschandGitHub 98d2458e66 Merge pull request #90692 from Ma27/citrix-workspace
citrix_workspace: add more features, refactor derivation
2020-07-17 16:12:55 +02:00
Maximilian BoschandGitHub 5b38c1d1f2 Merge pull request #92953 from etu/phpstan-update
php.packages.phpstan: 0.12.25 -> 0.12.32
2020-07-17 16:10:39 +02:00
Maximilian BoschandGitHub 739713fce2 Merge pull request #93342 from VirtusLab/git-machete-2.15.3
gitAndTools.git-machete: 2.15.2 -> 2.15.3
2020-07-17 16:08:30 +02:00
Maximilian Bosch 3f4a78f749 wasm-bindgen-cli: 0.2.64 -> 0.2.65
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.65
2020-07-17 15:55:59 +02:00
Maximilian Bosch 3f18f9b5c3 wabt: 1.0.16 -> 1.0.18
https://github.com/WebAssembly/wabt/releases/tag/1.0.18
https://github.com/WebAssembly/wabt/releases/tag/1.0.17
2020-07-17 15:55:58 +02:00