Commit Graph

24752 Commits

Author SHA1 Message Date
Wolfgang Walther
616ecb305e graalvmCEPackages.graalpy: 24.0.1 -> 24.1.1 (#358439) 2024-12-08 17:11:09 +01:00
Wolfgang Walther
b9104d21b9 graalvmCEPackages.truffleruby: 24.0.1 -> 24.1.1 (#358440) 2024-12-08 17:10:47 +01:00
Wolfgang Walther
6f0aa869f9 graalvmCEPackages.graalnodejs: 24.0.1 -> 24.1.1 (#358434) 2024-12-08 17:07:31 +01:00
Nick Cao
86d2c28dce julia-bin: autoPatchelf manually to avoid mangling cache (#362412) 2024-12-08 09:45:53 -05:00
R. Ryantm
1fb74f82fb kotlin-native: 1.9.23 -> 1.9.24 2024-12-08 15:35:18 +01:00
Wolfgang Walther
dbe8b6806b ballerina: 2201.10.1 -> 2201.10.3 (#360417) 2024-12-08 14:14:21 +01:00
aucub
de816bea61 dart.xdg_directories: init 2024-12-08 20:03:43 +08:00
github-actions[bot]
05accec142 Merge staging-next into staging 2024-12-08 06:05:27 +00:00
K900
2e337411b0 Merge remote-tracking branch 'origin/master' into staging-next 2024-12-08 08:46:20 +03:00
GGG
a00e463c98 dotnetCorePackages.patchNupkgs: fix patchelf usage 2024-12-07 19:12:08 -03:00
sternenseemann
44eac54908 Merge branch staging-next into haskell-updates 2024-12-07 21:35:14 +01:00
sternenseemann
95c179f9fb haskell.compiler.ghc94{5,6}: remove at 9.4.5 and 9.4.6, respectively
Both are affected by <https://gitlab.haskell.org/ghc/ghc/-/issues/23762>
which is now cropping up on our CI (for Cabal 3.14). I don't really see
why we absolutely have to keep them, so it seems just better overall to
use this as an excuse to remove them (after NixOS 24.11 branch off).
2024-12-07 21:34:41 +01:00
sternenseemann
87f98369e0 haskell.compiler.ghc984: init at 9.8.4
https://www.haskell.org/ghc/blog/20241202-ghc-9.8.4-released.html
2024-12-07 20:23:41 +01:00
Nick Cao
d8d8b8d986 julia-bin: autoPatchelf manually to avoid mangling cache 2024-12-07 09:55:32 -05:00
github-actions[bot]
7b24e22826 Merge staging-next into staging 2024-12-07 00:15:39 +00:00
github-actions[bot]
171c0c7ed6 Merge master into staging-next 2024-12-07 00:15:17 +00:00
Mathew Polzin
f1beac4cd1 idris2Packages.pack: fix runtime building of Idris2 versions 2024-12-06 17:49:20 -06:00
David McFarland
0bbfbc0b43 dotnet: wrapper improvements (#362425) 2024-12-06 15:02:13 -04:00
K900
2236e731a3 Merge remote-tracking branch 'origin/master' into staging-next 2024-12-06 21:27:37 +03:00
github-actions[bot]
ff82d2df73 Merge staging-next into staging 2024-12-06 18:05:23 +00:00
Sandro
d6b812546b gnat-bootstrap: fix and enable strictDeps (#361717) 2024-12-06 18:07:52 +01:00
David McFarland
fd2d8e30ca dotnet: december 2024 update (#362191) 2024-12-06 12:49:00 -04:00
Arne Keller
794630183a mlton: enable aarch64-darwin (#302487) 2024-12-06 16:43:45 +01:00
David McFarland
791b829b32 dotnetCorePackages.combinePackages: use wrapper 2024-12-06 10:01:59 -04:00
js6pak
895b69405c dotnet: make wrappers usable as DOTNET_ROOT
This simplifies the code a bit and makes it possible to use dotnetCorePackages.combinePackages as dotnet-runtime again.
Partial revert of ddd08e404f.
2024-12-06 10:01:59 -04:00
Aleksana
8adcc7fc3a crystal: add fish completions (#362279) 2024-12-06 21:34:19 +08:00
Kenichi Kamiya
7ad1c658a7 crystal: prefer installShellCompletion and installManPage 2024-12-06 21:43:17 +09:00
Gaetan Lepage
464187c486 rustc: patch the path to llvm-strip instead of using /usr/bin/strip on darwin 2024-12-06 13:35:12 +01:00
github-actions[bot]
b8a6909c64 Merge staging-next into staging 2024-12-06 06:05:33 +00:00
github-actions[bot]
17e1b9dfda Merge master into staging-next 2024-12-06 06:05:08 +00:00
Philip Taron
8528dd6025 go_1_23: 1.23.3 -> 1.23.4 (#361606) 2024-12-05 20:52:53 -08:00
Philip Taron
e08e46e07a go_1_22: 1.22.9 -> 1.22.10 (#361605) 2024-12-05 20:52:21 -08:00
Philip Taron
eb69690f63 llvmPackages_19: 19.1.4 -> 19.1.5 (#361678) 2024-12-05 20:49:10 -08:00
Kenichi Kamiya
e3382c257c crystal: add fish completions
fish completion was introduced in version 1.6.0
so this guard is required, now supporting 1.2.2

98a15ee1ab
2024-12-06 10:25:08 +09:00
Alex James
153867a4e3 cargo: avoid using system curl on darwin
Modern versions of macOS link the system-provided curl library against
the system-provided libressl library. On recent versions of macOS, the
system libressl library reads from /private/etc/ssl/openssl.cnf. As this
path is not included in the default Nix sandbox profile, applications
that use the system curl library will report a permission error [1].

This issue affects the bootstrap version of cargo and can be seen while
building rustc for darwin with the sandbox enabled [2]. This change
works around the sandbox failure by using install_name_tool to patch the
cargo binary to use curl provided by Nix, which was the approach used in
oxalica/rust-overlay [3].

[1]: https://github.com/NixOS/nix/issues/9625
[2]: https://gist.github.com/al3xtjames/06bf71ceffd745eef20be8ce03b982c5
[3]: https://github.com/oxalica/rust-overlay/pull/149
2024-12-05 19:23:45 -06:00
github-actions[bot]
d5caa1b447 Merge master into haskell-updates 2024-12-06 00:17:55 +00:00
github-actions[bot]
3a5c0e6ce2 Merge master into staging-next 2024-12-06 00:15:39 +00:00
Nick Cao
d4297d0e0c julia_111{,-bin}: 1.11.1 -> 1.11.2, julia_19{,-bin}: drop (#361178) 2024-12-05 19:00:48 -05:00
David McFarland
73e492d365 dotnetCorePackages.dotnet_9.vmr: 9.0.0 -> 9.0.101 2024-12-05 16:16:08 -04:00
David McFarland
dd9608a5d8 dotnet/update.nix: use tag name to check for updates
This stops it from missing SDK-only updates.
2024-12-05 15:36:24 -04:00
David McFarland
d238584a09 dotnet/update.nix: remove stray debug print 2024-12-05 14:30:39 -04:00
David McFarland
b1d10ad85e dotnet-sdk_9: 9.0.100 -> 9.0.101 2024-12-05 18:12:33 +00:00
David McFarland
4ba028e885 dotnet/update.sh: check sdk version when updating 2024-12-05 14:07:34 -04:00
David McFarland
d343c85889 dotnet: use fallback target packages from current binary sdk
This was using the bootstrap SDK, which doesn't match the version of the
source-built SDK.  This will still be a problem if the binary and
source-built SDKs don't have the same version.
2024-12-05 10:09:05 -04:00
David McFarland
597474a8f1 dotnet: nixfmt output of nuget-to-nix 2024-12-05 10:09:05 -04:00
K900
d209d800b7 treewide: mesa -> libgbm (where appropriate)
This will likely break things, but anything broken should be easily noticeable.
2024-12-05 12:37:39 +03:00
blenderfreaky
b091499b2e adaptivecpp: improve args passed to tests 2024-12-05 02:59:37 +01:00
Nick Cao
849e76f932 julia_111: 1.11.1 -> 1.11.2 2024-12-04 20:28:42 -05:00
Nick Cao
000133b4ab julia_111-bin: 1.11.1 -> 1.11.2 2024-12-04 20:28:42 -05:00
blenderfreaky
8c8739e515 adaptivecpp: add update script 2024-12-05 02:18:49 +01:00