Commit graph

693557 commits

Author SHA1 Message Date
Fabian Affolter 5ece10ef7b python312Packages.aiostreammagic: 2.6.0 -> 2.8.1
Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.6.0...2.8.1

Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.8.1
2024-10-17 09:16:53 +02:00
Fabian Affolter 27ca005e97 python312Packages.aiostreammagic: 2.5.0 -> 2.6.0
Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.5.0...2.6.0

Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.6.0
2024-10-16 09:19:54 +02:00
Florian Klink 23f0d0153c
nixos/tests/gerrit: Drop dead hook to LFS plugin (#347660) 2024-10-16 08:46:51 +02:00
Gaétan Lepage 10eedf98f6
vimPlugins: update on 2024-10-15 (#348895) 2024-10-16 07:41:03 +02:00
Justin Bedő 6e918e75e8
rPackages.ragg: 1.3.2 -> 1.3.3 (fixes build) (#348853) 2024-10-16 15:33:40 +11:00
K900 70cc7b62f2
nixos/murmur: Set UMask to 027 (#348652) 2024-10-16 05:16:09 +03:00
OTABI Tomoya 538f39e5cf
python312Packages.trimesh: 4.4.9 -> 4.5.0 (#348741) 2024-10-16 10:15:18 +09:00
nixpkgs-merge-bot[bot] 8d1fda1e1f
txr: 295 -> 296 (#348743) 2024-10-16 01:11:13 +00:00
OTABI Tomoya 89463c2a4d
python312Packages.mdformat: 0.7.17 -> 0.7.18 (#348809) 2024-10-16 10:10:43 +09:00
OTABI Tomoya e7c9fb343e
markdownlint-cli2: 0.13.0 -> 0.14.0 (#348840) 2024-10-16 09:50:44 +09:00
Emily da6d93c4c5
darling: fix build with ffmpeg_7 (#348926) 2024-10-16 01:24:58 +01:00
Emily 955355a83f
edl: mark as unfree (#348934) 2024-10-16 01:23:37 +01:00
Winter 978f4e458f edl: mark as unfree
See https://github.com/NixOS/nixpkgs/issues/348931.

According to upstream, the loader blobs shipped with EDL are usually
illicitly obtained from vendors and sold [0].

[0]: https://github.com/bkerler/Loaders
2024-10-15 20:19:36 -04:00
Robert Schütz 0c1085e909
bitwarden-desktop: fix build (#348862) 2024-10-15 16:57:31 -07:00
ghpzin 97686ec907
darling: fix build with ffmpeg_7
- add patch from upstream commit:
https://www.github.com/darlinghq/darling/pull/1537
9655d5598c
2024-10-16 02:38:17 +03:00
Andrew Marshall 631dbc6830 rPackages.ragg: 1.3.2 -> 1.3.3
Fixes build that is currently failing with

> error: invalid conversion from 'unsigned char*' to 'char*'

See also https://github.com/r-lib/ragg/issues/170
2024-10-15 19:25:31 -04:00
Robert Schütz fb2d897809
nixos/headscale: don't set deprecated options in config (#347991) 2024-10-15 16:22:18 -07:00
Nikolay Korotkiy 19b11bedc8
qcad: 3.30.1.3 -> 3.31.1.2 (#348782) 2024-10-16 03:12:41 +04:00
Nikolay Korotkiy 2dbd40a19a
qcad: use stdenv.mkDerivation
Part of #180841
2024-10-16 02:35:26 +04:00
Will Fancher 6dcfaeb324
nixos-rebuild: Fix broken -I option (#348886) 2024-10-15 18:21:24 -04:00
Anders Kaseorg 42a12a0551 nixos-rebuild: Fix broken -I option
Commit 617a1a6e57 (#341402) broke this.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-10-15 15:16:33 -07:00
Markus Kowalewski a957a60275
amd-blis: 4.2 -> 5.0 (#348057) 2024-10-16 00:07:13 +02:00
"Gaetan Lepage" 3781c47074 vimPlugins.nvim-treesitter: update grammars 2024-10-15 23:49:31 +02:00
"Gaetan Lepage" 5be77acb62 vimPlugins: update on 2024-10-15 2024-10-15 23:49:09 +02:00
R. Ryantm 0ed4d765b4 qpwgraph: 0.7.5 -> 0.7.8 2024-10-15 23:27:43 +02:00
Felix Bühler e544a67eba
nixos/freshrss: fix phpfpm.pool (#347324) 2024-10-15 22:39:24 +02:00
Azat Bahawi e2337957df
nixos/zapret: init (#347805) 2024-10-15 20:37:40 +00:00
Stig f490aba999
perlPackages.SeleniumRemoteDriver: init at 1.49 (#348793) 2024-10-15 21:53:38 +02:00
Anderson Torres ec2b16f5ac setconf: migrate to by-name 2024-10-15 21:52:05 +02:00
Anderson Torres 56137a2cac setconf: get rid of rec 2024-10-15 21:52:05 +02:00
Anderson Torres 96043dc729 setconf: use the new Python packaging guidelines 2024-10-15 21:52:05 +02:00
Andrew Marshall d9ce15a363 bitwarden-desktop: remove unneeded dbus-run-session for tests
This appears to no longer be needed. Still run in a subshell to avoid
polluting `HOME` to the rest of the build.
2024-10-15 15:20:44 -04:00
Andrew Marshall bf63690b2e bitwarden-desktop: fix build and guard against breakage
`dbus-run-session` execs, so does not carry-over shell functions.
Previously, we had explicitly exported just the functions we needed.
However, what is needed has recently changed due to changes in
`cargoCheckHook`. Instead, export all functions so we are not so coupled
to the implementation. Do this in a subshell to avoid polluting the rest
of the build.
2024-10-15 15:11:28 -04:00
Weijia Wang a30e284fcd
maintainers/team-list: add ngi team (#344669) 2024-10-15 21:04:01 +02:00
Felix Singer 501b85f3d5 nixos/tests/gerrit: Drop dead hook to LFS plugin
The URL scheme for downloading plugins has changed a long time ago and
the used URL is dead. Gerrit only throws an error since it can't load
the plugin but it continues to boot. However, instead of maintaining
URLs to 3rdparty plugins, which end up dead anyway, just drop it. The
test should cover Gerrit and not 3rd party plugins.

Also, while on it, drop the setting `plugins.allowRemoteAdmin = true`
since it's not needed.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-10-15 20:56:22 +02:00
Weijia Wang 62c003b0cc
Revert "castxml: fix build on darwin" (#348630) 2024-10-15 20:53:09 +02:00
Dmitry Voronin 5a5c04d1ea
nixos/zapret: init 2024-10-15 21:51:53 +03:00
Pol Dellaiera b9ffd1ffae
pylyzer: 0.0.65 -> 0.0.66 (#348833) 2024-10-15 20:49:54 +02:00
Peder Bergebakken Sundt 13bf1d6259
nixos/resilio: add package option (#346427) 2024-10-15 20:38:41 +02:00
Will Fancher a6e54f566a
nixos/networkd: support systemd-creds in WireGuard (#346964) 2024-10-15 14:31:27 -04:00
Peder Bergebakken Sundt 18d75056ba
python312Packages.qcodes: 0.48.0 -> 0.49.0 (#348789) 2024-10-15 20:25:29 +02:00
Nick Cao d5afc0d747
focuswriter: 1.8.8 -> 1.8.9 (#348597) 2024-10-15 14:21:59 -04:00
Aaron Andersen a17a4a6010
dinit: 0.19.0 -> 0.19.1 (#348659) 2024-10-15 20:21:26 +02:00
Guillaume Girol d8e953a1ef
pdfarranger: 1.11.0 -> 1.11.1 (#348470) 2024-10-15 20:21:05 +02:00
Nick Cao 7e9f7ce403
cargo-ndk: 3.5.6 -> 3.5.7 (#348603) 2024-10-15 14:19:49 -04:00
Nick Cao db61496eab
lagrange: 1.18.1 → 1.18.3 (#348609) 2024-10-15 14:18:48 -04:00
Nick Cao 715d249271
boundary: 0.17.1 -> 0.18.0 (#348614) 2024-10-15 14:17:39 -04:00
Nick Cao 47cf64eea2
jq-lsp: 0.1.3 -> 0.1.4 (#348624) 2024-10-15 14:17:06 -04:00
Bjørn Forsman 221d96051a libinput: fix eventGUISupport = true builds
By adding required dependency wayland-scanner.

It doesn't seem to work at runtime though; `libinput debug-gui` is
static, not reacting to inputs.
2024-10-15 20:13:40 +02:00
Fabián Heredia Montiel 1487609749
python312Packages.cpyparsing: 2.4.7.2.4.0 -> 2.4.7.2.4.1 (#348800) 2024-10-15 12:03:49 -06:00