Commit Graph
387300 Commits
Author SHA1 Message Date
Atemu 9b2a771b8f monado: use absolute runtime path in manifest
It used a weird mangled relative path that didn't work before and we have the
luxury that absolute paths always work exactly as we want them with Nix.
2022-06-11 23:00:25 +02:00
Atemu 3b7fe79bce monado: enable wayland support 2022-06-11 23:00:25 +02:00
Robert HensingandGitHub 89690dcb46 Merge pull request #177278 from rnhmjoj/pr-fix-wait-port
nixos/tests: fix type mismatch in wait_for_open_port
2022-06-11 22:56:52 +02:00
Michele Guerini RoccoandGitHub d7b43dc537 Merge pull request #177298 from rnhmjoj/pr-mutt
mutt: 2.2.4 -> 2.2.5
2022-06-11 22:47:58 +02:00
Mario RodasandGitHub 5931baebc5 Merge pull request #177328 from fabaff/tfsec-bump
tfsec: 1.21.2 -> 1.23.3
2022-06-11 15:34:14 -05:00
Michael Weiss 69c4953f4b ungoogled-chromium: 102.0.5005.61 -> 102.0.5005.115 2022-06-11 22:20:26 +02:00
KFears 90986a500b maintainers: add kfears 2022-06-12 01:19:51 +05:00
KFears 49834aef6c nixos/openvpn3: add enable option 2022-06-12 01:19:51 +05:00
445f0e645e openvpn3: init at 17_beta
Co-authored-by: SCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>
Co-authored-by: Miroslav Kravec <kravec.miroslav@gmail.com>
Co-authored-by: 06kellyjac <dev@j-k.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-06-12 01:19:51 +05:00
Sandro Jäckel 80798d3a6d certbot: 1.24.0 -> 1.28.0 2022-06-11 22:05:41 +02:00
Robert Schütz 11cc18cddd python310Packages.python-rapidjson: unvendor rapidjson 2022-06-11 19:54:20 +00:00
Robert Schütz 92775fc62f rapidjson: run tests 2022-06-11 19:54:19 +00:00
Fabian Affolter a57409b115 tfsec: 1.21.2 -> 1.23.3 2022-06-11 21:44:34 +02:00
Adam Joseph 5ed4944130 fetchgit: allow passing allowedRequisites through to stdenv.mkDerivation
When maintainers override stages of `fetchgit' (e.g. `postPatch`) it
is very easy for them to accidentally leak the outpath-hash of their
current `stdenv` into `fetchgit''s output, and therefore into the
value they paste into `sha256`.

This is a problem, because the resulting expression will break
whenever any change is made to `stdenv` or when anybody attempts to
build the expression on a different platform than the one used by the
original maintainer.

Almost as much of a problem is the fact that CI **does not catch**
these problems.  The `fetchgit` is run only once, then its output goes
into cachix, and all future builds (hydra, CI, ofborg) pull from
cachix.

Let's offer maintainers the option to check that they aren't making
this mistake, by passing through `allowedRequisites`.  The default
value is `null`, but it might be worth changing that at some point in
the future.

It is also sometimes difficult to communicate to package maintainers
why their expression is problematic.  Having `allowedRequisites`
passed through makes it easier to do this: "look, when I switch on
`allowedRequisites` your package breaks; are you sure you meant to
hardcode the hash today's `x86_64-linux.stdenv` into your expression?`

For an example use case, see https://github.com/NixOS/nixpkgs/pull/171223

The issue above is part of a larger problem with nixpkgs infra: there
large parts of cachix cannot be reproduced easily if they are lost.
Once something ends goes into cachix, we never ever again reverify the
procedure by which it was placed into cachix.
2022-06-11 12:42:33 -07:00
Mario RodasandGitHub ffaf07b915 Merge pull request #177252 from r-ryantm/auto-update/python3.10-tubeup
python310Packages.tubeup: 0.0.30 -> 0.0.31
2022-06-11 14:41:32 -05:00
Pavol RusnakandGitHub c94696d49b Merge pull request #177150 from prusnak/lndhub
lndhub-go: 0.7.0 -> 0.8.0
2022-06-11 21:41:09 +02:00
Jan TojnarandGitHub c397df20d1 Merge pull request #151005 from rhoriguchi/gnome
nixos/gnome: make it possible to remove core packages
2022-06-11 21:40:35 +02:00
Fabian Affolter c5d8a91b00 faraday-cli: 2.0.2 -> 2.1.5 2022-06-11 21:27:59 +02:00
Fabian Affolter 2ea9962458 python310Packages.py-sneakers: init at 1.0.1 2022-06-11 21:25:21 +02:00
Átila Saraiva 501ec23c49 distrobox: 1.3.0 -> 1.3.1 2022-06-11 16:21:19 -03:00
Robert ScottandGitHub 94c37705eb Merge pull request #175200 from risicle/ris-gforth-lispdir
gforth: explicitly set lispdir
2022-06-11 20:04:24 +01:00
papojari 4c05d15a08 colorpanes: init at 3.0.1 2022-06-11 21:02:49 +02:00
rnhmjoj 7149c5cb60 mpd: fix socket activation
Apparently since systemd v250 a `ListenStream` in an override file won't
override the unit, but will be appended to a list of socket addresses.
The socket unit fails if two or more addresses have the same port,
probably because two systemd processes try to listen to it at once.
The solution is to add an empty `ListenStream=` to reset all previous
definitions.

Fix #175478.
2022-06-11 20:56:19 +02:00
Robert Scott 27d4500b61 gforth: unmark broken on darwin 2022-06-11 19:13:40 +01:00
Robert Scott b71cff07a7 gforth: explicitly set lispdir
otherwise in situations where we don't have a working sandbox
(darwin), if /usr/share/emacs happens to exist, the install
phase will try to put its lisp files there and fail due to
permissions.
2022-06-11 19:13:29 +01:00
Rick van SchijndelandGitHub 5bc0350e7c Merge pull request #177256 from rnhmjoj/pr-picom
nixos/picom: remove deprecated refreshRate option
2022-06-11 20:09:28 +02:00
github-actions[bot]andGitHub f3de1bfb6d Merge master into staging-next 2022-06-11 18:01:12 +00:00
ckieandGitHub 4d63c8b732 Merge pull request #174156 from jevy/sunpaper
sunpaper: init at unstable-2022-04-01
2022-06-11 20:51:40 +03:00
Rick van SchijndelandGitHub 8d168d2d12 Merge pull request #176042 from aaronjheng/jd
jd: remove
2022-06-11 19:42:09 +02:00
Rick van SchijndelandGitHub 42c5ac082d Merge pull request #176786 from hmenke/sbsigntool
sbsigntool: 0.9.1 -> 0.9.4
2022-06-11 19:40:49 +02:00
Michele Guerini RoccoandGitHub d7175566a0 Merge pull request #177292 from rnhmjoj/pr-bdf2psf
bdf2psf: 1.207 -> 1.208
2022-06-11 19:38:02 +02:00
R. Ryantm 76f2f569ef python310Packages.pulumi-aws: 5.7.2 -> 5.8.0 2022-06-11 17:26:47 +00:00
Joachim Breitner 6a7744bc41 haskellPackages.jsaddle-warp: no longer broken
it builds, so don’t mark it as broken
2022-06-11 19:22:26 +02:00
SandroandGitHub 55b8202e66 Merge pull request #177288 from K900/linux-firmware
linux-firmware: 20220509 -> 20220610
2022-06-11 19:09:19 +02:00
happysalada af4b5ffa73 vector: 0.22.0 -> 0.22.1 2022-06-11 13:08:08 -04:00
SandroandGitHub 170a7e765d Merge pull request #167430 from OPNA2608/init/asap
asap: init at 5.2.0
2022-06-11 19:02:42 +02:00
SandroandGitHub d06755d422 Merge pull request #165780 from OPNA2608/init/haguichi
haguichi: init at 1.4.5
2022-06-11 19:02:06 +02:00
Fabian AffolterandGitHub ad924c6e5a Merge pull request #177265 from applePrincess/exploitdb-2022-06-11
exploitdb: 2022-06-04 -> 2022-06-11
2022-06-11 18:47:05 +02:00
Fabian AffolterandGitHub f8ab8c2306 Merge pull request #177215 from mweinelt/home-assistant
home-assistant: 2022.6.4 -> 2022.6.5
2022-06-11 18:41:58 +02:00
Fabian AffolterandGitHub 90b230956e Merge pull request #177262 from fabaff/whois-bump
python310Packages.whois: 0.9.15 -> 0.9.16
2022-06-11 18:35:15 +02:00
Fabian AffolterandGitHub 498bb6876d Merge pull request #177261 from fabaff/aurorapybump
python310Packages.aurorapy: 0.2.7 -> 0.2.6
2022-06-11 18:35:04 +02:00
Artturin 3da65d0955 smpeg2: unstable-2017-10-18 -> unstable-2022-05-26 2022-06-11 19:31:09 +03:00
Guillaume GirolandGitHub 419e07c382 Merge pull request #174218 from NickCao/fcitx5-qt6
fcitx5-qt: add support for qt6 applications
2022-06-11 16:20:20 +00:00
Robert Scott 6095bc6eb2 appimageTools.wrapAppImage: default produced derivations to sourceProvenance binaryNativeCode 2022-06-11 17:17:12 +01:00
devhell 60988fb96b zettlr: 2.2.6 -> 2.3.0 2022-06-11 17:12:31 +01:00
Artturin ad5243d940 smpeg: 390 -> 0.4.5
change source to new upstream
http://svn.icculus.org/smpeg/trunk/
they moved to github

0.4.5 is revision 399 on svn

http://svn.icculus.org/smpeg?view=rev&revision=399

https://github.com/icculus/smpeg/tags
2022-06-11 19:08:50 +03:00
Rick van SchijndelandGitHub 7abe5b90be Merge pull request #164109 from NickCao/mysql57-closure
mysql57: reduce closure size
2022-06-11 17:59:34 +02:00
pacien e8573094f3 matrix-commander: 2.30.0 -> 2.36.0 2022-06-11 17:57:49 +02:00
Robert Schütz d77c1d5c85 dmarc-metrics-exporter: 0.5.1 -> 0.6.0
https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.6.0
2022-06-11 15:47:47 +00:00
jevin 5b898eb8de sunpaper: init at unstable-2022-04-01 2022-06-11 11:47:44 -04:00