Commit graph

801977 commits

Author SHA1 Message Date
Leah Amelia Chen
f3d97d0823
fvwm2: fix build with GCC 14
ZHF #403336
2025-05-18 00:37:14 +02:00
Adam C. Stephens
69ea43926c
ssh-tpm-agent: 0.7.0 -> 0.8.0 (#394097) 2025-05-17 09:05:20 -04:00
Adam C. Stephens
6701894f18
nixos/forgejo: document migration version restrictions (#406169) 2025-05-17 09:04:42 -04:00
Martin Weinelt
31458db24d
kea: disable on darwin (#407866) 2025-05-17 15:04:23 +02:00
Martin Weinelt
4a38acefd6
python313Packages.piper-phonemize: fix aarch64-linux build (#407873) 2025-05-17 14:58:33 +02:00
Martin Weinelt
917e796d4a
python3Packages.slimit: drop (#407882) 2025-05-17 14:58:16 +02:00
Martin Weinelt
7d251b49f8
python313Packages.vat-moss: disable (#407890) 2025-05-17 14:58:03 +02:00
Martin Weinelt
c4dafb33ff
python313Packages.asyncinotify: mark unsupported on darwin (#407900) 2025-05-17 14:57:42 +02:00
Martin Weinelt
b83df6b63c
python313Packages.shiboken2: mark broken (#407932) 2025-05-17 14:57:09 +02:00
Adam C. Stephens
d50ed58e76
kanidm: add darwin support (#402861) 2025-05-17 08:51:19 -04:00
Yohann Boniface
5db992b91d
directvnc: drop (#407914) 2025-05-17 14:50:39 +02:00
Grimmauld
76627c2d55
python313Packages.shiboken2: mark broken
The package uses `mkDerivation`+`toPythonModule` in python packages.
This means `disabled` is not an option.

The package already shouldn't work on py 3.12 as per compatibility matrix [1].
While it might be possible to patch this *again*, this poackage is currently a complete mess.

[1] https://wiki.qt.io/Qt_for_Python#Python_compatibility_matrix
2025-05-17 14:43:42 +02:00
Gaétan Lepage
8126b7d5cc
python3Packages.datasets: 3.5.1 -> 3.6.0 (#405990) 2025-05-17 14:42:24 +02:00
Martin Weinelt
443816924f
chickenPackages_5.chickenEggs.*: fix with gcc 14 (#407898) 2025-05-17 14:37:22 +02:00
Gaétan Lepage
0f36a1adc5
python3Packages.kserve: 0.15.0 -> 0.15.1 (#407752) 2025-05-17 14:30:31 +02:00
Grimmauld
d6f4a43dc0
chickenPackages_5.chickenEggs.*: fix with gcc 14
Many of these packages that are now failing had `-Wno-error=` on clang.
Gcc 14 now also treats incompatible pointer type as errors.
The logical fix is to ignore these errors independent of compiler.
2025-05-17 14:30:03 +02:00
Yohann Boniface
f21da74e5b
convertlit: fix build with GCC 14 (#407582) 2025-05-17 14:24:18 +02:00
Yohann Boniface
c986e7088d
pythonPackages.python-coinmarketcap: init at 0.6 (#398465) 2025-05-17 14:23:21 +02:00
Thomas Gerbet
edb7184cf8
brave: 1.78.97 -> 1.78.102 (#407743) 2025-05-17 14:20:01 +02:00
Grimmauld
529f5be0f6
directvnc: drop
The package was unmaintained upstream since 2015.
Apart from questionable security (it does not support VNC passwords and is dead upstream),
the build also started to fail since gcc 14.
2025-05-17 14:16:58 +02:00
nixpkgs-merge-bot[bot]
9f33bfe286
moonlight: 1.3.18 -> 1.3.19 (#407713)
Co-authored-by: ilyist <ilyist@users.noreply.github.com>
2025-05-17 12:09:27 +00:00
Atemu
2c25b7b552
dd_rescue: 1.99.8 -> 1.99.21 (#407889) 2025-05-17 14:02:15 +02:00
Yohann Boniface
a7a1e725e4
maintainers: add email for jappie3 (#407892) 2025-05-17 13:56:54 +02:00
Atemu
8d58e3fad3
signald: set jdkOnBuild (#407902) 2025-05-17 13:55:06 +02:00
Ulysses Zhan
dfb8bf17cf
update-source-version: escape special characters when replacing url
URLs can contain characters that sed would consider special in the context of the regex pattern.

Let’s switch the URL replacement `sed` command to use POSIX Basic Regular Expression syntax to reduce the number of characters that need to be escaped:
https://www.gnu.org/software/sed/manual/html_node/BRE-syntax.html

Then, let’s escape all BRE special characters, plus the separator character `|` of the `s` command in the old URL pattern.

Similarly, the replacement part of the `s` command (new URL) can also contain special characters (e.g. the `&` character would be replaced with the whole matched expression), so we need to escape it as well:
https://www.gnu.org/software/sed/manual/html_node/The-_0022s_0022-Command.html

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2025-05-17 13:33:36 +02:00
Atemu
4541097f67 signald: set jdkOnBuild
This is required if the building jdk is a different version than what is default
which is now 21.
2025-05-17 13:28:58 +02:00
Martin Weinelt
4ca073a957
python313Packages.asyncinotify: mark unsupported on darwin
```
Check whether the following modules can be imported: asyncinotify
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 1, in <lambda>
  File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/__init__.py", line 23, in <module>
    from . import _ffi
  File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/_ffi.py", line 36, in <module>
    libc.inotify_init.restype = check_return
    ^^^^^^^^^^^^^^^^^
  File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 392, in __getattr__
    func = self.__getitem__(name)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 397, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: dlsym(0x3312f2768, inotify_init): symbol not found
```
2025-05-17 13:26:04 +02:00
Atemu
49b6072f10
perl540Packages.SDL: fix build (#407869) 2025-05-17 13:10:59 +02:00
Atemu
d1a10e9182
python3Packages.pybullet: fix build with GCC 14 (#407872) 2025-05-17 13:09:39 +02:00
Jappie3
785badaac0
maintainers: add email for jappie3 2025-05-17 13:08:40 +02:00
Martin Weinelt
6fc2efa54e
python313Packages.vat-moss: disable
Uses the dead and removed cgi battery.
2025-05-17 13:06:08 +02:00
Felix Singer
8bf69f4279 dd_rescue: Set mainProgram to dd_rescue
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-17 13:03:27 +02:00
Felix Singer
4fdf69a925 dd_rescue: 1.99.8 -> 1.99.21
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-17 13:01:28 +02:00
Jonas Heinrich
794b624e67
foliate: 3.2.1 -> 3.3.0 (#407818) 2025-05-17 13:00:57 +02:00
Atemu
b7f84bbf90
kicad: 9.0.1 -> 9.0.2 (#406270) 2025-05-17 12:59:02 +02:00
Atemu
6e1315080a
darling-dmg: fix compilation (#405507) 2025-05-17 12:57:56 +02:00
Martin Weinelt
0f2f4519e1
solanum: 0-unstable-2025-02-25 -> 0-unstable-2025-05-11 (#407863) 2025-05-17 12:48:16 +02:00
Wolfgang Walther
31ea39ffbb
CONTRIBUTING.md: fix link to format-check workflow (#407867) 2025-05-17 10:31:12 +00:00
Martin Weinelt
9997a44ddb
python3Packages.slimit: drop 2025-05-17 12:30:45 +02:00
Martin Weinelt
78029e12b4
pretix: drop dependency on slimit
Was removed some time after 2024.10.
2025-05-17 12:30:45 +02:00
Emil Fresk
9dfe55cac4 kicad: 9.0.1 -> 9.0.2 2025-05-17 12:26:02 +02:00
Atemu
0b4a58a83d
linuxPackages.rtl8189es: 2024-01-21 -> 2025-04-29, linuxPackages.rtl8189fs: 2024-01-22 -> 2025-05-04 (#406218) 2025-05-17 12:22:08 +02:00
Alexander Bantyev
941751e8cc
llvmPackages: document adding a patch
The `getVersionFile` function in the LLVM packaging is a bit confusing.
Clarify its use by making a step-by-step instruction for adding new
patches.
2025-05-17 12:21:53 +02:00
Atemu
506bec1d86
testers.shellcheck: specify script source path (#405192) 2025-05-17 12:20:22 +02:00
Gaétan Lepage
5c0c4807e4
forecast: 0-unstable-2025-04-12 -> 0-unstable-2025-05-15 (#407760) 2025-05-17 11:56:59 +02:00
Martin Weinelt
5cb66f8889
python313Packages.piper-phonemize: fix aarch64-linux build
While in the sandbox calls into onnxruntime lead to a coredump.
2025-05-17 11:52:32 +02:00
Leona Maroni
295c2bd762
python3Packages.pybullet: fix build with GCC 14 2025-05-17 11:49:24 +02:00
Jan Tojnar
04634258c6
Merge gnome-keyring: fix cross compilation (#407664) 2025-05-17 11:47:39 +02:00
Grimmauld
308a79daab
perl540Packages.SDL: fix build 2025-05-17 11:46:19 +02:00
Markus Wamser
f15ca0f2a7
CONTRIBUTING.md: fix link to formt-check workflow 2025-05-17 11:41:11 +02:00