Commit Graph
287616 Commits
Author SHA1 Message Date
Silvan Mosberger ce5e3113c3 lib/tests: Make sure the submodule type description can be evaluated
In 2d45a62899, the submodule type
description was amended with the freeformType description. This causes
all the modules passed to the submodule to be evaluated once on their
own, without any extra definitions from the config section. This means
that the specified modules need to be valid on their own, without any
undeclared options.

This commit adds a test that evaluates a submodules option description,
which would trigger the above problem for one of the tests, if it were
not fixed by this commit as well.

This is done because the next commit makes option evaluation a bit more
strict, which would also trigger this test failure, even though it's not
related to the change at all.
2021-05-03 22:15:33 +02:00
Silvan Mosberger 68955fe612 lib/types: Introduce mkOptionType occurringTypes argument
This will be used to issue deprecation warnings recursively in the next
commit

In addition, this allows easily getting nested types of other options, which
is useful when you want to create an option that aliases a part of
another one.
2021-05-03 22:15:30 +02:00
R. RyanTM 0aefa0e45d kodiPackages.pvr-iptvsimple: 7.6.1 -> 7.6.2 2021-05-03 19:52:31 +00:00
Andreas RammholdandGitHub 3ec6977d30 Merge pull request #89572 from rissson/nixos/unbound
nixos/unbound: add settings option, deprecate extraConfig
2021-05-03 21:49:24 +02:00
Luke Granger-BrownandGitHub 62f675eff6 Merge pull request #121558 from sumnerevans/fix-airsonic-service
airsonic: force use of jre8
2021-05-03 20:43:00 +01:00
Luke Granger-BrownandGitHub 4e98ae6418 Merge pull request #120548 from minijackson/jellyfin-enhanced-test
nixos/tests/jellyfin: enhanced test
2021-05-03 20:38:22 +01:00
Jacek GalowiczandGitHub 8347379afe Merge pull request #121404 from VirtusLab/git-machete-3.1.1
gitAndTools.git-machete: 3.1.0 -> 3.1.1
2021-05-03 21:28:33 +02:00
Sumner Evans 1ce3067c42 airsonic: add test for module 2021-05-03 13:27:23 -06:00
Marc 'risson' Schmitt 52f6733203 nixos/unbound: deprecate extraConfig in favor of settings
Follow RFC 42 by having a settings option that is
then converted into an unbound configuration file
instead of having an extraConfig option.

Existing options have been renamed or kept if
possible.

An enableRemoteAccess has been added. It sets remote-control setting to
true in unbound.conf which in turn enables the new wrapping of
unbound-control to access the server locally.  Also includes options
'remoteAccessInterfaces' and 'remoteAccessPort' for remote access.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-05-03 21:27:15 +02:00
Luke Granger-BrownandGitHub 0f39652cee Merge pull request #120800 from MetaDark/undistract-me
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
Silvan MosbergerandGitHub a221e6c330 Merge pull request #121172 from eyJhb/bind-list-to-attrs
nixos/bind: refactor zones from a list to attrset
2021-05-03 21:21:22 +02:00
Martin WeineltandGitHub 20391d9236 Merge pull request #121482 from oxzi/python-flask-httpauth-4.3.0 2021-05-03 21:19:10 +02:00
Samuel GräfensteinandGitHub c1150bd065 ungoogled-chromium: add meta.mainProgram (#121610) 2021-05-03 21:15:27 +02:00
Luke Granger-Brown 53ddf53f2c mercurial: add re2
Mercurial can make use of the RE2 regex engine where available to speed
up evaluation of regexes.
2021-05-03 18:59:14 +00:00
Luke Granger-Brown eb3d65bf19 mercurial: also compile translations
Without gettext as a dependency, we won't compile the .po files.
2021-05-03 18:54:22 +00:00
Luke Granger-Brown 38e505f20a mercurial: add lukegb as maintainer, update metadata 2021-05-03 18:54:09 +00:00
Minijackson 2ab88a31fe nixos/tests/jellyfin: enhanced test 2021-05-03 20:48:13 +02:00
Daniel Ethridge 126b5f5990 Start drafting an update for audacity: 2.4.2 -> 3.0.2
The XGD-config patch is removed since it conflicts with the new version of audacity, as it was not merged upstream.

Audacity now requires their own fork of wxWidgets, according to https://wiki.audacityteam.org/wiki/Building_On_Linux - this is the cause of current trouble since I am new to nix and unsure how to integrate it. I copied the current 3.1.4 nixpkgs version of wxWidgets found at pkgs/development/libraries/wxwidgets/3.1/default.nix and modified it to retrieve the forked version, but that's it so far.
2021-05-03 14:40:20 -04:00
Patrick Hilhorst 13b608d291 mako: 1.4.1 -> 1.5 2021-05-03 20:29:22 +02:00
Kira Bruneau a24d0ab51b modules/programs/bash: add support for undistract-me 2021-05-03 14:25:02 -04:00
Kira Bruneau 62a78fc361 modules/programs/bash: move prompt plugins into separate modules 2021-05-03 14:24:24 -04:00
Jean-Baptiste GiraudeauandJonathan Ringer 62f241d445 nixos/oauth2_proxy_nginx: add nginx config only if oauth2_proxy is enabled. 2021-05-03 11:23:03 -07:00
Silvan MosbergerandGitHub 0111666954 Merge pull request #109561 from mjlbach/init_matrix_dendrite
matrix-dendrite: init at 0.3.11
2021-05-03 20:16:27 +02:00
R. RyanTM 2870f9b519 kodiPackages.inputstream-ffmpegdirect: 1.21.1 -> 1.21.2 2021-05-03 18:10:57 +00:00
Martin Weinelt e0ec4f7847 python3Packages.pysmappee: 0.2.24 -> 0.2.25 2021-05-03 20:10:38 +02:00
Luke Granger-Brown 0716841463 mercurial: build Rust extensions
The Rust extensions provide speedups for core Mercurial functionality.
We should start building with them.

They're only CI-tested on Linux, so they're disabled for non-Linux
platforms for now by default.
2021-05-03 18:05:36 +00:00
eyjhb 757a455dde nixos/bind: refactor zones from a list to attrset
This commit uses coercedTo to make zones a attrset instead of list.
Makes it easier to access/change zones in multiple places.
2021-05-03 20:04:42 +02:00
Daniël de KokandGitHub cc3609a59c Merge pull request #120354 from kennyballou/update-emacs2nix
Update emacs2nix and update-melpa.el
2021-05-03 19:47:02 +02:00
Luke Granger-Brown ae894f63f5 mercurial: drop unnecessary unzip dep 2021-05-03 17:35:26 +00:00
Luke Granger-Brown 63f3e26505 mercurial: 5.6 -> 5.8 2021-05-03 17:32:36 +00:00
alvarandGitHub f7906ec8b2 pythonPackages.pytmx: 3.24.0 -> 3.25.0 (#121485) 2021-05-03 19:15:33 +02:00
Michael Lingelbach ff43bbe53e matrix-dendrite: add nixos module 2021-05-03 10:12:24 -07:00
Robert Schütz 8a6ad02d46 python3Packages.deltachat: init 2021-05-03 19:09:52 +02:00
Robert Schütz 51aa52a0aa kdeltachat: init at unstable-2021-05-03 2021-05-03 19:09:52 +02:00
Alvar Penning bc23e66205 pythonPackages.flask-httpauth: 4.2.0 -> 4.3.0 2021-05-03 19:06:33 +02:00
Tethys SvenssonandGitHub a376d4944c busybox: Add a fix for CVE-2021-28831 (#121578) 2021-05-03 19:01:09 +02:00
davidakandGitHub 32f6c7d949 Merge pull request #121542 from dotlambda/authenticator-init
authenticator: init at 4.0.3
2021-05-03 19:00:45 +02:00
Robert Schütz f50700dfec tcpreplay: 4.3.3 -> 4.3.4
https://github.com/appneta/tcpreplay/releases/tag/v4.3.4
2021-05-03 19:00:25 +02:00
Luke Granger-BrownandGitHub 049850341e Merge pull request #121540 from lukegb/postfix-compat
nixos/tests/rspamd: fix OOM flakyness
2021-05-03 17:36:46 +01:00
Luke Granger-BrownandGitHub 4e06e6e005 Merge pull request #121541 from lukegb/git-test
nixos/tests/gitdaemon: deflake by using systemd-tmpfiles
2021-05-03 17:36:01 +01:00
Luke Granger-BrownandGitHub 4f9fe889b8 Merge pull request #121548 from lukegb/bios-usb-better
nixos/tests/installer: fix for i686-linux
2021-05-03 17:35:24 +01:00
Martin WeineltandGitHub d23610ae65 Merge pull request #121209 from mweinelt/pinnwand 2021-05-03 18:24:45 +02:00
regnat de2afd359d openjfx: Fix for CA derivations
Manipulating the store paths on the Nix side doesn’t work with CA
derivations (because these paths are just placeholders of the form
`/{hash}` at eval-time)
2021-05-03 18:01:02 +02:00
Florian KlinkandGitHub d4e149c8ff Merge pull request #120048 from flokli/inotify-max-user-instances
nixos/xserver: set fs.inotify.max_user_instances too
2021-05-03 17:45:41 +02:00
Sumner Evans 6dde6bf3bf airsonic: force use of jre8 2021-05-03 09:41:04 -06:00
SandroandGitHub 69652a072d Merge pull request #121597 from SuperSandro2000/ripgrep
ripgrep: cleanup
2021-05-03 17:34:05 +02:00
SandroandGitHub 2265b1e518 Merge pull request #121598 from badmutex/badi/update-vivaldi 2021-05-03 17:33:51 +02:00
SandroandGitHub d19a57aa07 Merge pull request #121521 from fortuneteller2k/add-xcolor
xcolor: init at unstable-2021-02-02
2021-05-03 17:32:56 +02:00
Maximilian Bosch 75c5a703ab prometheus-knot-exporter: add patch to fix stats
This is a patch I filed against upstream[1] a while ago. As it isn't
merged yet and fixes configurations with all stats enabled in knot
(otherwise it'd crash when sending a request to `localhost:9433`), I
decided that it makes sense to add it to the package directly.

I extended the test to make sure that it only passes with this patch.

[1] https://github.com/ghedo/knot_exporter/pull/6
2021-05-03 17:27:36 +02:00
SandroandGitHub e3e99b4612 Merge pull request #121431 from dotlambda/ytfzf-1.1.5
ytfzf: 1.1.4 -> 1.1.5
2021-05-03 17:26:09 +02:00