Commit Graph

912 Commits

Author SHA1 Message Date
R. Ryantm
dfee9535cf sandbox-runtime: 0.0.71 -> 0.0.73 2026-08-17 01:45:55 +00:00
Weijia Wang
bed91920ad saucectl: 0.198.0 -> 0.213.0 (#487358) 2026-08-15 21:05:18 +00:00
R. Ryantm
6673b099be sauce-connect: 5.3.0 -> 5.5.3 2026-08-15 07:36:13 +00:00
jopejoe1
d326c50e0c samira: use valveSDK instead of overriding a license 2026-08-13 17:06:56 +02:00
Yohann Boniface
36c0fba6e8 treewide: replace misuses of lib.optional{,s} with lib.optionalString (#550348) 2026-08-11 21:31:34 +00:00
nixpkgs-ci[bot]
2e5039a23f samrewritten: 1.4.6 -> 1.4.7 (#550644) 2026-08-09 22:04:05 +00:00
R. Ryantm
24ec9dc16f samrewritten: 1.4.6 -> 1.4.7 2026-08-08 23:44:49 +00:00
Peder Bergebakken Sundt
db9a2b086c appimageTools: warn on deprecated type-specific aliases (#546396) 2026-08-08 21:18:59 +00:00
R. Ryantm
f7036eb349 sandbox-runtime: 0.0.68 -> 0.0.71 2026-08-08 13:02:42 +00:00
TomaSajt
7f546b4208 treewide: replace misuses of lib.optional{,s} with lib.optionalString 2026-08-08 03:28:48 +02:00
Donovan Glover
4545bce424 sayonara: 1.11.0-stable1 -> 1.12.0-stable1 (#549227) 2026-08-05 22:46:13 +00:00
isabel
8068f308d8 sail: 0.6.6 -> 0.7.0 (#549250) 2026-08-05 07:49:55 +00:00
Ryan Hendrickson
79fc31ef1a safeeyes: 3.3.0 -> 3.5.0 (#482539) 2026-08-04 23:20:42 +00:00
David López
d2b33089bb sail: 0.6.6 -> 0.7.0 2026-08-04 20:46:41 +02:00
R. Ryantm
30de0a2302 sayonara: 1.11.0-stable1 -> 1.12.0-stable1 2026-08-04 17:38:12 +00:00
Masum Reza
1d0e096eb1 sawfish,rep-gtk: drop (#548841) 2026-08-04 15:33:43 +00:00
whispers
933a3cfb95 sawfish: drop
sawfish has a hard dependency on GTK 2, which is being removed from
Nixpkgs. there has been an issue about a GTK 3 port since 2022
(https://github.com/SawfishWM/sawfish/issues/51) with no response. it
appears to be effectively in maintenance mode upstream so this appears
unlikely to change.
2026-08-03 12:05:29 -04:00
R. Ryantm
ecc67b5e1b satty: 0.21.1 -> 0.22.0 2026-08-03 08:37:10 +00:00
Nick Cao
d2631742f9 samrewritten: 1.4.5 -> 1.4.6 (#547451) 2026-08-02 19:04:34 +00:00
Nick Cao
96ccdb6626 sane-airscan: 0.99.37 -> 0.99.38 (#547602) 2026-08-02 18:59:10 +00:00
R. Ryantm
1a0d0b918b saucectl: 0.198.0 -> 0.213.0 2026-08-02 04:46:08 +00:00
Anton Tayanovskyy
e7b0f88c94 sage: patch for doctest numeric tolerance
Co-authored-by: Mauricio Collares <mauricio@collares.org>
2026-08-01 17:03:02 -04:00
Peder Bergebakken Sundt
5bae91c9b5 saber: 1.33.3 -> 1.35.0 (#546982) 2026-08-01 19:51:15 +00:00
2kybe3
7747e77a6f treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #539298
2026-08-01 21:25:09 +02:00
Mauricio Collares
74c5fe5b21 sage: work around gap/flint intermittent failures (#548147) 2026-08-01 18:06:59 +00:00
Mauricio Collares
227ef6a5e1 sage: work around gap/flint intermittent failures 2026-08-01 15:01:15 -03:00
Anton Tayanovskyy
d9188fb0b4 sage: add OBJC_DISABLE_INITIALIZE_FORK_SAFETY for darwin sage-env
Copy Darwin-specific env var following the upstream `./src/bin/sage-env` code. This change helps
`ext_rep.py` doctests pass on Darwin. For historical reasons the Nix packaging rewrites upstream
`sage-env` completely so it does not automatically inherit these workarounds.
2026-08-01 11:43:38 -04:00
R. Ryantm
e717e1a6fe sane-airscan: 0.99.37 -> 0.99.38 2026-07-31 00:30:30 +00:00
R. Ryantm
48cd296a3e samrewritten: 1.4.5 -> 1.4.6 2026-07-30 16:30:09 +00:00
R. Ryantm
3b680db983 sandbox-runtime: 0.0.66 -> 0.0.68 2026-07-30 07:27:45 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
kyehn
5d1263aee2 saber: 1.33.3 -> 1.35.0 2026-07-29 06:56:51 +00:00
Anton Tayanovskyy
296dcf45e4 sage: use threaded ntl on darwin but patch to appease linker
After #541155 disabled `ntl` threading on Darwin to bypass a compilation failure, the sage tests started
failing with segfaults caused by with-threading and without-threading `ntl` assumptions present in the
graph of libraries installed by the build.

While it is possible to work out a correct darwin build using without-threading `ntl`, this change
instead makes the threaded version work on darwin by minimally patching upstream to ensure the linker
gets to reference this library directly during compilation.

With these change the tests now pass.
2026-07-28 19:59:02 -04:00
R. Ryantm
e0964aa6d2 saga: 9.12.6 -> 9.13.0 2026-07-27 06:53:30 +00:00
Mauricio Collares
dad717e04c sage: rename python package from sagelib to sagemath (#545640) 2026-07-25 19:11:38 +00:00
Anton Tayanovskyy
6935b590e8 sage: rename python package from sagelib to sagemath
This change fixes `nix build .#sage`. The regression is due to a new check, pythonMetadataCheckHook,
introduced in #532778; the check enforces that pname matches the metadata name of the underlying Python
project being built, typically in pyproject.toml; in this case the underlying name is "sagemath".
2026-07-25 10:44:15 -04:00
Adam C. Stephens
5371195501 python3Packages.ct3: rename from cheetah3 (#545346) 2026-07-25 00:34:24 +00:00
Jamie Magee
e0c8b3d1f3 python3Packages.ct3: rename from cheetah3 2026-07-24 11:54:03 -07:00
R. Ryantm
3623c698de saunafs: 5.10.1 -> 5.11.0 2026-07-24 14:42:11 +00:00
Grimmauld
fcaafec568 sayonara: remove unused pcre dependency
part of #356387
closes #532653

Validated using diffoscope, package output is identical with and without pcre apart from nix store path.
2026-07-23 17:12:16 +02:00
Nick Cao
32c9e9e2de samrewritten: 1.4.4 -> 1.4.5 (#544204) 2026-07-21 18:57:14 +00:00
Nick Cao
bb24eb1bd7 sabiql: 1.14.0 -> 1.15.1 (#543826) 2026-07-21 18:13:35 +00:00
R. Ryantm
e67582ba93 samrewritten: 1.4.4 -> 1.4.5 2026-07-21 12:17:00 +00:00
R. Ryantm
fc7c386fc9 sandbox-runtime: 0.0.64 -> 0.0.66 2026-07-21 03:02:19 +00:00
R. Ryantm
adc25bcaab sabiql: 1.14.0 -> 1.15.1 2026-07-20 11:41:55 +00:00
klea
f153057e2a salut: fix version scheme
- Fix version scheme (#541820)
2026-07-20 11:23:43 +00:00
Anton Tayanovskyy
8a9d8cf6d0 sage: scope the ntl threads disablement to darwin 2026-07-17 21:42:04 -04:00
Anton Tayanovskyy
25fb57e937 sage: disable ntl threading on all platforms
Configure ntl dependency with NTL_THREADS=off, following how official sage builds configure it:

80e56eaeb7/build/pkgs/ntl/spkg-install.in (L102)
2026-07-17 21:35:33 -04:00
Lyn
d26e383033 sable-unwrapped: 1.19.4 -> 1.20.0 2026-07-17 20:53:29 +00:00
Atemu
a083d693a1 sable-unwrapped: init at 1.19.4 (#510892) 2026-07-17 19:13:22 +00:00