Henner Zeller
062011c52d
bant: 0.1.7 fix changed hash of fixed derivation.
...
The hash of the fixed derivation changed
If the old derivation with the hash was cached on the system, the
build failed with:
```
ERROR: /build/output/external/googletest~1.14.0.bcr.1/BUILD.bazel:80:11: Compiling googletest/src/gtest.cc failed: The include path '/nix/store/p5w6cmwqfvhyaf4vjr7jb18a90icrrr2-openjdk-21.0.3+9/include' references a path outside of the execution root.
ERROR: /build/output/external/abseil-cpp~20240116.2/absl/base/BUILD.bazel:755:11: Compiling absl/base/internal/strerror.cc failed: The include path '/nix/store/p5w6cmwqfvhyaf4vjr7jb18a90icrrr2-openjdk-21.0.3+9/include' references a path outside of the execution root.
```
This indicates that the derivation also bakes in the path of the used
JDK, which apparently changed since last time. Quick fix for now:
adapt hash, but hopefully there could be a more long-term solution.
2024-10-22 08:50:34 -07:00
Abhishek Singh and Matthieu Coudron
83429e7cc9
vimPlugins.scretch-nvim: init at 2024-10-20
2024-10-21 23:05:57 +02:00
Abhishek Singh and Matthieu Coudron
9dcad2b0b5
vimPlugins.nvim-treesitter-pairs: init at 2024-10-20
2024-10-21 23:03:52 +02:00
Pol Dellaiera and GitHub
47dd18486f
inspector: init at 0.2.0 ( #349656 )
2024-10-21 23:00:11 +02:00
Fabian Affolter and GitHub
ddde37c3f8
tlsinfo: init at 0.1.41 ( #349951 )
2024-10-21 22:50:55 +02:00
Fabian Affolter and GitHub
a90028c435
python312Packages.praw: 7.7.1 -> 7.8.0 ( #350166 )
2024-10-21 22:44:28 +02:00
Sefa Eyeoglu and GitHub
9c7ff88a02
bun: fix cross-compilation ( #347901 )
2024-10-21 22:36:42 +02:00
Sefa Eyeoglu and GitHub
cc8291c4f5
ani-skip: init at 1.0.1 ( #339027 )
2024-10-21 22:36:26 +02:00
Sefa Eyeoglu and GitHub
d7d545ccc3
astro-language-server: 2.15.0 -> 2.15.3 ( #349343 )
2024-10-21 22:35:50 +02:00
John Ericson and GitHub
c36d558fcf
doc: Improve CMake setup hook docs, following Meson's ( #350274 )
2024-10-21 16:20:58 -04:00
Robert Schütz and GitHub
1bdef915db
immich: 1.118.1 -> 1.118.2 ( #350052 )
2024-10-21 12:48:53 -07:00
Ramses and GitHub
da43defdf0
bcache-tools: fix udev patch to use bash from explicit path ( #350030 )
2024-10-21 21:47:43 +02:00
Pyrox
563d006e88
astro-language-server: 2.15.0 -> 2.15.3
2024-10-21 15:22:27 -04:00
Felix Singer and Austin Seipp
2d88282897
bluespec: Move package definition into by-name structure
...
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2024-10-21 13:31:41 -05:00
Felix Singer and Austin Seipp
3f30412c0f
bluespec: 2024.01 -> 2024.07
...
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2024-10-21 13:31:41 -05:00
Atemu and GitHub
1f1ad7e0fe
doc/configuration/wayland: add link to wiki page about Sway ( #349344 )
2024-10-21 20:26:14 +02:00
Emily and GitHub
e056730f13
Revert "aliases: cleanup old throw aliases" ( #350292 )
2024-10-21 18:45:01 +01:00
Emily
8a70e31a6e
Revert "aliases: cleanup old throw aliases"
...
The removals broke evaluation.
This reverts commit 47f610fbee .
2024-10-21 18:43:20 +01:00
Emily
390b4514b6
Revert "aliases: manual cleanup of nodejs-{14,16} variants that were left by previous script"
...
The removals broke evaluation.
This reverts commit ffa3d12fc3 .
2024-10-21 18:43:20 +01:00
Emily and GitHub
49cdf14c56
aliases: cleanup old throw aliases ( #350289 )
2024-10-21 18:27:15 +01:00
Fabián Heredia Montiel
ffa3d12fc3
aliases: manual cleanup of nodejs-{14,16} variants that were left by previous script
2024-10-21 11:24:48 -06:00
Fabián Heredia Montiel
47f610fbee
aliases: cleanup old throw aliases
...
maintainers/scripts/remove-old-aliases.py --year 2024 --month 4 --file pkgs/top-level/aliases.nix --only-throws
2024-10-21 11:19:27 -06:00
Nick Cao and GitHub
cdc4328a33
python312Packages.edk2-pytool-library: 0.21.12 -> 0.22.2 ( #349877 )
2024-10-21 13:19:25 -04:00
Nick Cao and GitHub
12994a90d8
keycloak: 26.0.0 -> 26.0.1 ( #349286 )
2024-10-21 13:19:08 -04:00
nixpkgs-merge-bot[bot] and GitHub
f1018bd4c9
gitlab-release-cli: 0.18.0 -> 0.19.0 ( #350242 )
2024-10-21 17:18:44 +00:00
Adam C. Stephens and GitHub
04ffa382ab
audiobookshelf: 2.15.0 -> 2.15.1 ( #349688 )
2024-10-21 12:53:14 -04:00
7c6f434c and GitHub
b50c7a376e
icu76: init at 76.1rc ( #345784 )
2024-10-21 16:49:49 +00:00
John Ericson
1e30137109
doc: Improve CMake setup hook docs, following Meson's
...
See also #342868
2024-10-21 12:22:10 -04:00
teutat3s
ff40e745b8
nixos/doc/configuration/wayland: remove redundant snippet
...
We already configure the wlr portal by default in wayland-session.nix.
2024-10-21 18:20:12 +02:00
Aaron Hall, MBA and teutat3s
f295624943
nixos/doc/configuration/wayland: add link to Sway wiki page
...
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com >
2024-10-21 18:19:40 +02:00
Nikolay Korotkiy and GitHub
394fbdae02
xournalpp: 1.2.3 -> 1.2.4 ( #350094 )
2024-10-21 20:08:01 +04:00
Atemu and GitHub
26619c1a00
protonvpn-gui: 4.4.4 -> 4.6.0 ( #343204 )
2024-10-21 18:03:35 +02:00
taku0 and GitHub
f681f34066
thunderbird-bin-unwrapped: 128.3.1esr -> 128.3.2esr ( #350132 )
2024-10-22 01:02:51 +09:00
Mathew Polzin and GitHub
173a44dd6c
fireplace: nix-darwin bugfix ( #348547 )
2024-10-21 10:44:13 -05:00
Emily and GitHub
ea86438a3f
binutils-unwrapped: remove broken vc4 sources ( #350247 )
2024-10-21 16:39:53 +01:00
Emily and GitHub
37efe91349
Revert "bmake: 20240808 -> 20240921" ( #350263 )
2024-10-21 16:30:59 +01:00
Leona Maroni and GitHub
f9302aa224
youtrack: 2024.2.41254 -> 2024.3.47197 ( #343555 )
2024-10-21 17:28:21 +02:00
Alyssa Ross
bdf4373046
webrtc-audio-processing_1: use upstream's OS list
...
This will allow disabling optional webrtc-audio-processing
functionality on e.g. FreeBSD.
2024-10-21 17:18:04 +02:00
Damien Cassou and GitHub
80da651aa1
iosevka-comfy: 2.0.0 -> 2.1.0 ( #350202 )
2024-10-21 17:16:49 +02:00
Sandro and GitHub
204a1a733f
python312Packages.lineax: 0.0.6 -> 0.0.7 ( #350209 )
2024-10-21 17:13:15 +02:00
Vladimír Čunát and Alyssa Ross
661a05d10e
Revert "bmake: 20240808 -> 20240921"
...
This reverts commit bf21377621 .
This wasn't a big rebuild on nixpkgs master, but now on staging-next
it would rebuild *-darwin stdenv, which would be too expensive
at this point.
(cherry picked from commit 65f28f123e )
Applying to master as well to minimize the potential for confusion
about bmake being unexpectedly downgraded.
2024-10-21 17:13:00 +02:00
Alyssa Ross
2e1dd3a8c0
godot_4: use separateDebugInfo
...
This way, people who need debug symbols don't have to rebuild to get
them, without them having to be included in the main outputs.
2024-10-21 17:06:42 +02:00
Franz Pletz and GitHub
26a699af7b
nixos/nginx: remove rejectSSL assertion ( #350224 )
2024-10-21 16:58:12 +02:00
Emily and GitHub
4a5e52829b
binutils: remove autoreconfHook on iOS ( #350251 )
2024-10-21 15:54:21 +01:00
Sandro and GitHub
d9d2bfd583
git-extras: 7.2.0 -> 7.3.0 ( #350038 )
2024-10-21 16:41:06 +02:00
Sandro and GitHub
a41566739f
python312Packages.imgtool: remove ( #347346 )
2024-10-21 16:40:35 +02:00
Sandro and GitHub
33fe064e44
exo: 0-unstable-2024-10-09 -> 0-unstable-2024-10-21 ( #350184 )
2024-10-21 16:39:03 +02:00
Emily and GitHub
55070a33dc
signal-desktop-beta: 7.30.0-beta.1 -> 7.30.0-beta.2 ( #349675 )
2024-10-21 15:33:36 +01:00
Alyssa Ross
99d0e4996d
binutils: remove autoreconfHook on iOS
...
This was added in ebc2243778 ("binutils: Add iOS as a supported
platform"), at the same time as a patch. That patch was removed in
045c2d219d ("binutils-unwrapped: remove broken iOS patch"), and I'm
not sure what other reason there would be for autoreconfHook to be
required specifically for iOS, so I think we can remove it. It's not
possible to test since iOS cross has been broken for months, and
keeping this around is making other refactors (like adding cross
binutils packages) harder.
2024-10-21 16:27:09 +02:00
Florian Klink and GitHub
2903620ee3
tflint-plugins.tflint-ruleset-aws: 0.32.0 -> 0.34.0 ( #350223 )
2024-10-21 16:24:18 +02:00