Commit Graph

709394 Commits

Author SHA1 Message Date
Franz Pletz
933839b343
[Backport release-24.11] ncmpc: 0.49 -> 0.51 (#358953) 2024-11-25 13:41:32 +01:00
Franz Pletz
79046bb48d ncmpc: fails on darwin
(cherry picked from commit 8a8bce8b04)
2024-11-25 10:55:45 +00:00
Franz Pletz
dca2251489 ncmpc: build manpage and enable regex
(cherry picked from commit e999a6f576)
2024-11-25 10:55:45 +00:00
Franz Pletz
37afec2160 ncmpc: reformat with nixfmt-rfc-style
(cherry picked from commit d73bbaaebd)
2024-11-25 10:55:45 +00:00
Franz Pletz
ed59324fad ncmpc: 0.49 -> 0.51
(cherry picked from commit b45fe742d3)
2024-11-25 10:55:45 +00:00
Sefa Eyeoglu
d9f46a92ca
[Backport release-24.11] lan-mouse: 0.9.1 → 0.10.0 (#358903) 2024-11-25 09:21:56 +01:00
Samuel Tardieu
92cdd8fccf lan-mouse: 0.9.1 → 0.10.0
Diff: https://github.com/feschber/lan-mouse/compare/v0.9.1...v0.10.0
(cherry picked from commit 2fe2ad56a4)
2024-11-25 07:19:35 +00:00
Samuel Tardieu
8c4d6f13e5 lan-mouse: reformat
(cherry picked from commit 73450ebccf)
2024-11-25 07:19:35 +00:00
Emily
babeccd233
[Backport release-24.11] squeak: fix build (#358902) 2024-11-25 07:19:01 +00:00
Reno Dakota
245f0c220d squeak: fix build
(cherry picked from commit ba1b15be08)
2024-11-25 07:17:15 +00:00
Tomodachi94
0023da4bee
[Backport release-24.11] litecoin{,d}: drop (#358882) 2024-11-24 20:03:45 -08:00
Emily
f510e4c415 litecoin{,d}: drop
Our current version is from March 2023; there was a release with a
critical security fix in March of this year, and another one with more
security fixes two weeks ago. The listed maintainer has been inactive
in Nixpkgs for years and it seems nobody else is stepping up to keep
this package secure and updated. Let’s drop it until that changes.

(cherry picked from commit 03675716cf)
2024-11-25 04:03:26 +00:00
Marcin Serwin
11019d736c libresprite: 1.0 -> 1.1
(cherry picked from commit 6fa830fc0d)
2024-11-24 23:00:53 +00:00
Gaétan Lepage
20b5291726
[Backport release-24.11] nixos/gdm: automatically enable services.displayManager (#358825) 2024-11-24 23:50:29 +01:00
Pol Dellaiera
e910ebad3d
[Backport release-24.11] php81Packages.castor: 0.20.0 -> 0.21.0 (#358828) 2024-11-24 23:24:20 +01:00
R. Ryantm
4d9ca25c48 php81Packages.castor: 0.20.0 -> 0.21.0
(cherry picked from commit 75fcc15c16)
2024-11-24 22:20:41 +00:00
Gaetan Lepage
b80abb8973 nixos/gdm: automatically enable services.displayManager
(cherry picked from commit 0a785f6f42)
2024-11-24 22:17:19 +00:00
Ramses
1320d7d55c
Revert "[Backport release-24.11] fwupd: 1.9.25 -> 2.0.1" (#358721) 2024-11-24 22:16:36 +01:00
Connor Baker
d0c10c0a6a
[Backport release-24.11] python3Packages.torch: fix MKL build (#358799) 2024-11-24 13:02:06 -08:00
Daniël de Kok
71ba921579 python3Packages.torch: fix MKL build
PyTorch failed to build with the BLAS implementation set to MKL, because
CMake install tried to set an rpath that is incorrect for Nix. This
change simply removes the offending code to make the build succeed and
get correct rpaths.

(cherry picked from commit 746f6ce73f)
2024-11-24 20:21:29 +00:00
Emily
d7b510c05f
[Backport release-24.11] llvmPackages.llvm-manpages: fix eval on Darwin (#358750) 2024-11-24 19:37:03 +00:00
Emily
9a9d6f876a
[Backport release-24.11] signal-desktop: move to pkgs/by-name; signal-desktop{x86_64-linux, aarch64-linux, darwin}: 7.33.0 -> 7.34.0; add myself to maintainers (#358561) 2024-11-24 19:36:27 +00:00
Bjørn Forsman
7023878d49 suricata: link nixosTests.suricata to passthru.tests
(cherry picked from commit 2cbf5b1c4b)
2024-11-24 20:33:04 +01:00
Bjørn Forsman
84d38b8185 suricata: move to pkgs/by-name
(cherry picked from commit 74a650ef9c)
2024-11-24 20:33:04 +01:00
Bjørn Forsman
06359109c8 suricata: take versioned params instead of overriding at top-level
In preparation for moving to ./pkgs/by-name.

(cherry picked from commit 77fffb09ec)
2024-11-24 20:33:04 +01:00
Sefa Eyeoglu
3dedd75853
[Backport release-24.11] steampipe: 0.24.2 -> 1.0.0 (#358650) 2024-11-24 20:07:07 +01:00
Franz Pletz
9501f6d8f4
[Backport release-24.11] tuxedo-drivers: 4.9.0 -> 4.11.3 (#358752) 2024-11-24 17:13:40 +01:00
Dominik Xaver Hörl
8ed46a0a29 tuxedo-drivers: 4.9.0 -> 4.11.3
(cherry picked from commit 1bbcdc0414)
2024-11-24 16:11:01 +00:00
Randy Eckenrode
03bbfd5a81 llvmPackages.llvm-manpages: fix eval on Darwin
Darwin prevents curl from being used in the Darwin bootstrap. The man
pages are built for darwin.binutils-unwrapped, but overrides are applied
only there, leaving plain llvmPackages.llvm-manpages broken.

The fix is to move the override to the llvmPackages package set.

(cherry picked from commit 484eca6cec)
2024-11-24 16:08:37 +00:00
Felix Bühler
e8c6e6fbf3
[Backport release-24.11] nixos/haka: fix assert (#358740) 2024-11-24 16:51:20 +01:00
Felix Buehler
6f22e5e97b nixos/haka: fix assert
(cherry picked from commit 5c99958613)
2024-11-24 15:31:14 +00:00
Aleksana
b700aeb1ab
[Backport release-24.11] python312Packages.libpwquality: fix build (#358717) 2024-11-24 22:42:57 +08:00
Atemu
fc0a7fa2cb
[Backport release-24.11] linux_xanmod, linux_xanmod_latest: 2024-11-22 (#358525) 2024-11-24 15:39:53 +01:00
Masum Reza
bf12c82cbd
Revert "[Backport release-24.11] fwupd: 1.9.25 -> 2.0.1" 2024-11-24 19:51:59 +05:30
06kellyjac
eb319da79c python312Packages.libpwquality: fix build
fix build on python 3.12+
Have some old config to remove in the future via staging

(cherry picked from commit 77bb2a4e79)
2024-11-24 13:55:59 +00:00
06kellyjac
94401eee67 libpwquality: format
Format to match the new standards in nixpkgs

(cherry picked from commit 90aeb519ef)
2024-11-24 13:55:59 +00:00
Aleksana
6281df8ca4
[Backport release-24.11] waagent: 2.11.1.12 -> 2.12.0.2 (#358639) 2024-11-24 21:42:42 +08:00
Nick Cao
2088390b41
[Backport release-24.11] python312Packages.fastembed: unpin pillow (#358548) 2024-11-24 08:29:55 -05:00
Jenny
3211962a2b
[Backport release-24.11] await: 1.0.5 -> 1.0.7 (#358679) 2024-11-24 14:19:34 +01:00
Aleksana
71ddbf57e9
[Backport release-24.11] turtle: 0.10 -> 0.11 (#358703) 2024-11-24 21:13:36 +08:00
Nick Cao
4585682b63
[Backport release-24.11] keycloak: 26.0.5 -> 26.0.6 (#358508) 2024-11-24 08:05:53 -05:00
Aleksana
e11d2ab275
[Backport release-24.11] remnote: 1.16.127 -> 1.17.21 (#358681) 2024-11-24 20:32:31 +08:00
seth
93d07eff43 turtle: 0.10 -> 0.11
Diff: https://gitlab.gnome.org/philippun1/turtle/-/compare/0.10...0.11
(cherry picked from commit 76c9e6b5a1)
2024-11-24 12:30:09 +00:00
Sefa Eyeoglu
c8399bca5a
[Backport release-24.11] monado: backport reproducibility fix (#358698) 2024-11-24 13:27:06 +01:00
Sefa Eyeoglu
f76987b6d5 monado: nixfmt and refactor
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit e6bd72b39c)
2024-11-24 12:23:35 +00:00
Sefa Eyeoglu
7ae40ce5ba monado: backport reproducibility fix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit cf27301dc5)
2024-11-24 12:23:35 +00:00
Aleksana
5d3b245433
[Backport release-24.11] ams-lv2: Mark broken (#358694) 2024-11-24 20:12:57 +08:00
Aleksana
3613290c7a
[Backport release-24.11] lock: init at 1.1.3 (#358690) 2024-11-24 20:11:00 +08:00
Aleksana
30d4ba5e52
[Backport release-24.11] bign-handheld-thumbnailer: init at 1.1.1 (#358692) 2024-11-24 20:10:44 +08:00
Aleksana
32ae0fa75f
[Backport release-24.11] luminance: init at 1.1.0 (#358691) 2024-11-24 20:10:14 +08:00