Commit Graph

552520 Commits

Author SHA1 Message Date
Gaetan Lepage
3975e4e2e4 vimPlugins: update on 2023-11-24 2023-11-24 13:47:46 +01:00
R. Ryantm
a5a9e209d9 python311Packages.types-mock: 5.1.0.2 -> 5.1.0.3 2023-11-24 12:47:12 +00:00
Paul Meyer
7e2206c297 rpm: declare darwin as badPlatform 2023-11-24 13:34:39 +01:00
adisbladis
e7acade1bb
Merge pull request #269592 from marsam/add-emacs-xapian-lite
emacsPackages.xapian-lite: init at 2.0.0
2023-11-25 01:32:08 +13:00
Artturi
7cc4f72999
Merge pull request #251671 from dotlambda/qutebrowser-qt5
qutebrowser-qt5: replace qt5.qutebrowser
2023-11-24 14:30:25 +02:00
Artturi
397d67a60d
Merge pull request #263736 from rollf/amazon-corretto
corretto{11,17,19}: init at 11.0.20.9.1/17.0.8.8.1/19.0.2.7.1
2023-11-24 14:24:38 +02:00
Gaetan Lepage
92f6a58338 rivercarro: 0.1.4 -> 0.3.0
Changelog: https://git.sr.ht/~novakane/rivercarro/refs/v0.3.0
2023-11-24 13:10:35 +01:00
Weijia Wang
29af232984
Merge pull request #269595 from ilya-fedin/telegram-hydra
telegram-desktop: restore build on Hydra
2023-11-24 13:03:27 +01:00
Gaetan Lepage
a297f17c13 river: 0.2.4 -> 0.2.5
Changelog: https://github.com/riverwm/river/releases/tag/v0.2.5
2023-11-24 13:00:45 +01:00
Chris Marchesi
6182b0bde8 nixos/xscreensaver: add module tests
Co-authored-by: Aidan Gauland <aidalgol@fastmail.net>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-11-24 08:53:00 -03:00
Chris Marchesi
54020c36a2 nixos/xscreensaver: init module
This adds a NixOS module for XScreenSaver (from @aidalgol in #130218,
with a few updates).

The module:

* Installs XScreenSaver
* Sets up a suid wrapper for xscreensaver-auth
* Sets up a user service for xscreensaver

The suid wrapper should function correctly when xscreensaver is
installed via the derivation update in 40a00547b71.

Co-authored-by: Aidan Gauland <aidalgol@fastmail.net>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-11-24 08:53:00 -03:00
Chris Marchesi
2034ea01b9 xscreensaver: add suid wrapper patch
This adds a patch for XScreenSaver that ensures that the suid wrapper
for xscreensaver-auth is run correctly.

The patch is a simple update to drivers/xscreensaver.c that inserts
/run/wrappers/bin before the DEFAULT_PATH_PREFIX, which is the directory
for xscreensaver hacks/demos, and should be preserved.

The wrapper directory can be modified in the derivation, or even
disabled.

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-11-24 08:53:00 -03:00
Chris Marchesi
45c7026247 maintainers: add vancluever 2023-11-24 08:53:00 -03:00
Fabian Affolter
102bbc2515
asn: refactor 2023-11-24 12:42:57 +01:00
Fabian Affolter
da426647c4 checkov: 3.1.10 -> 3.1.11
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.10...3.1.11

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.11
2023-11-24 12:41:30 +01:00
R. Ryantm
052be0f9f4 python311Packages.toml-adapt: 0.2.11 -> 0.2.12 2023-11-24 11:39:32 +00:00
Janik
21af9192e6
Merge pull request #269026 from r-ryantm/auto-update/monetdb 2023-11-24 12:34:28 +01:00
R. Ryantm
b7deec8b38 python311Packages.sqlalchemy-jsonfield: 1.0.1.post0+2023-04-24 -> 1.0.2 2023-11-24 11:27:03 +00:00
Janik
299eac14da
Merge pull request #269306 from makefu/pkg/mergerfs-tools/maintainer
mergerfs-tools: 20190411 -> 20230912, add makefu as maintainer
2023-11-24 12:23:08 +01:00
Alyssa Ross
c9b74e4908 rustc-wasm32: fix targetPlatform
The previous version stopped working when we started elaborating Rust
metadata.  Here, I've made it a bit nicer by actually setting
targetPlatform to an elaborated system.  Setting the config to wasi to
get elaborate to understand it is a bit of a hack, but I think it's
less of a hack than what we had before.

The only actual difference this makes to the rustc-wasm32 derivation
compared to the previous working version, is that now crt-static is
set.  This is probably the right thing anyway.

Fixes: e3e57b8f18 ("lib.systems: elaborate Rust metadata")
2023-11-24 12:21:30 +01:00
Alyssa Ross
62f7a6dcc1 lib.systems.elaborate: fix passing rust
Usually, attributes passed explicitly to elaborate take precedence
over the elaborated ones, but since we also elaborate the nested
"rust" attrset, we need to push that one level down, so the rest of
"rust" is still filled in if you just pass
{ rust = { config = ... } }.

I've had to drop the assertion that checked that at most one of "rust"
and "rustc" was part of the un-elaborated system, because doing this
broke passing an elaborated system in, which should be idempotent.

For the same reason, I've also had to make it possible for
rust.rustcTargetSpec to be passed in.  Otherwise, on the second call,
since platform was filled in by the first, the custom target file
would be constructed.  The only other way to avoid this would be to
compare the platform attrs to all built in Rust targets to check it
wasn't one of those, and that isn't feasible.

Fixes: e3e57b8f18 ("lib.systems: elaborate Rust metadata")
2023-11-24 12:21:30 +01:00
Franz Pletz
66d51a26b3
Merge pull request #269538 from globin/vim-lark-syntax 2023-11-24 12:12:21 +01:00
Silvan Mosberger
306a3e0f92
Merge pull request #269514 from GaetanLepage/invidious-update 2023-11-24 12:07:22 +01:00
R. Ryantm
aa73cc02bb python311Packages.reolink-aio: 0.8.0 -> 0.8.1 2023-11-24 11:03:55 +00:00
Jonathan Davies
a1163912c2 nixos/caddy: Fixed RestartSec typo. 2023-11-24 11:03:32 +00:00
Nikolay Korotkiy
068bacb9b6
Merge pull request #269498 from r-ryantm/auto-update/cudatext-qt
cudatext-qt: 1.201.0.2 -> 1.202.1
2023-11-24 15:02:37 +04:00
R. Ryantm
ebb4c66cd5 python311Packages.prometheus-pandas: 0.3.2 -> 0.3.3 2023-11-24 10:46:19 +00:00
R. Ryantm
977d1dc374 python311Packages.oauthenticator: 16.1.1 -> 16.2.0 2023-11-24 10:42:16 +00:00
Robert Schütz
ada27c75a1
Merge pull request #266496 from SuperSandro2000/nextcloud-notify_push
nextcloud-notify_push: 0.6.3 -> 0.6.5
2023-11-24 02:30:30 -08:00
Jonas Heinrich
8f3f6a2a77 nixos/invoiceplane: Add settings option 2023-11-24 10:25:46 +00:00
piegames
965d12abf8
Merge pull request #269211: gnomeExtensions.ddterm: unbreak 2023-11-24 11:05:18 +01:00
adisbladis
4c43f0bb75
Merge pull request #269584 from saschagrunert/crun-up
crun: 1.11.1 -> 1.12
2023-11-24 22:43:09 +13:00
Janik
067db23e36
Merge pull request #268980 from pinpox/init-satty 2023-11-24 10:40:49 +01:00
markuskowa
e267a9ebe3
Merge pull request #268498 from markuskowa/upd-rdma-core
rdma-core: 48.0 -> 49.0
2023-11-24 10:39:32 +01:00
Muhammad Falak R Wani
be61ae09c5 difftastic: 0.52.0 -> 0.53.0
Diff: https://github.com/wilfred/difftastic/compare/0.52.0...0.53.0
Changelog: https://github.com/Wilfred/difftastic/blob/0.53.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-24 15:05:29 +05:30
7c6f434c
3cc8e341a7
Merge pull request #269349 from r-ryantm/auto-update/libre
libre: 3.6.0 -> 3.6.2
2023-11-24 09:21:52 +00:00
7c6f434c
5610c426e5
Merge pull request #269350 from r-ryantm/auto-update/librem
librem: 2.10.0 -> 2.12.0
2023-11-24 09:21:37 +00:00
R. Ryantm
c7f0179ef5 asn: 0.74 -> 0.75 2023-11-24 09:13:27 +00:00
happysalada
e5b0b76105 nixos/clamav: add fangfrisch updater 2023-11-24 09:09:46 +00:00
Ilya Fedin
8fd6ce4021 telegram-desktop: restore build on Hydra
Looks like I accidentaly removed meta.platforms entirely instead of setting it to platforms.all which disabled the build...
2023-11-24 13:01:38 +04:00
Pavel Sobolev
e51f34ed9e
qbittorrent: add the wrapGAppsHook 2023-11-24 12:01:14 +03:00
Pablo Ovelleiro Corral
aa92c1f317
satty: init at 0.7.0 2023-11-24 09:09:46 +01:00
Sascha Grunert
369c508fae
crun: 1.11.1 -> 1.12
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-24 09:00:12 +01:00
R. Ryantm
8d81d0a43f kyverno: 1.10.4 -> 1.10.5 2023-11-24 07:34:45 +00:00
Fabian Affolter
869da636fe
Merge pull request #269495 from fabaff/cnspec-bump
cnspec: 9.6.1 -> 9.8.0
2023-11-24 08:21:46 +01:00
Fabian Affolter
1b31481aef
Merge pull request #269497 from fabaff/checkov-bump
checkov: 3.1.9 -> 3.1.10
2023-11-24 08:21:29 +01:00
Janik
babbc70adb
Merge pull request #268845 from frogamic/swaylock-fancy 2023-11-24 08:08:01 +01:00
Maciej Krüger
df34a82563
Merge pull request #269574 from mkg20001/x2gor
x2go{server,client}: remove myself as maintainer
2023-11-24 07:47:23 +01:00
K900
d0e68d7078
Merge pull request #269515 from dpc/23-11-23-assertion-fix
wrapFirefox: fix error message
2023-11-24 09:46:50 +03:00
Maciej Krüger
d03e034514
x2goserver: remove myself as maintainer 2023-11-24 07:26:12 +01:00