Commit graph

14624 commits

Author SHA1 Message Date
Sandro Jäckel e0c22ecf8e javaPackages: cleanup unused code 2023-04-14 22:23:39 -03:00
Sandro Jäckel 8204a95ef2 openjdk: bootstrap headless variant with headless openjdk
This makes bootstrapping work when environment.noXlibs is set to true
2023-04-14 22:23:39 -03:00
Benjamin Lee 2ba48cc8de nim: propagate Security framework to all nim packages on darwin
Many nim packages regressed on darwin after 31254120db, which upgrade nim to 1.6.12. The cause of the breakage is that the nim standard library was changed to link against the Security framework when using the system rng on darwin. Notably not *all* nim packages were broken by this, since packages that don't use this part of the standard library don't need the framework to build.

This commit adds the Security framework to the depsTargetTargetPropagated for the compiler wrapper, since the standard library isn't fully functional without it.
2023-04-14 16:04:31 +00:00
Alyssa Ross a1924ebbbf clippy: enable debug info
This was useful while tracking down why clippy was broken when
cross-compiling.
2023-04-14 09:01:29 +00:00
Sandro ea6869e610
Merge pull request #224257 from paveloom/codon 2023-04-14 00:56:33 +02:00
figsoda a1663fbdf6 rustPlatform.buildRustPackage: fix auditable option when cargo-auditable is not provided to makeRustPlatform 2023-04-13 13:30:39 -04:00
Samuel Ainsworth 929a328dd9
Merge pull request #225661 from SomeoneSerge/jax-libstdcxx
python3Packages.jax: fix libstdc++ mismatch when built with CUDA
2023-04-13 12:28:13 -04:00
Sandro 936e99baff
Merge pull request #225822 from avh4/elm-format-0.8.7
elmPackages.elm-format: 0.8.6 -> 0.8.7
2023-04-13 15:39:19 +02:00
Alyssa Ross 0944487ccf clippy: use the right rustc when cross compiling
When cross compiling, buildPackages.cargo uses a rustc that can build
for both the build and host platforms.  This was not true of
buildPackages.clippy, so it was not possible to use clippy for a cross
target.  Now it is.

I've modified clippy.nix to use rustc from rustPlatform, so we only
have to add a single override in default.nix.
2023-04-13 10:19:53 +00:00
7c6f434c 587444af72
Merge pull request #209024 from hraban/sbcl-cleanup
sbcl: cleanup old versions
2023-04-13 08:44:57 +00:00
Pavel Sobolev 4c49c70772
codon: init at 0.15.5 2023-04-13 11:02:00 +03:00
Someone Serge ad0606288b
cudaPackages.backendStdenv: cc and libstdc++ as arguments; expose libstdc++ 2023-04-13 01:45:49 +03:00
Weijia Wang 6fc6b8f2cc chickenPackages: reduce brokenOnDarwin 2023-04-12 15:35:37 +03:00
Weijia Wang a603e9044c
Merge pull request #225861 from wegank/chicken-pkg-config
chickenPackages: pass pkg-config to more packages
2023-04-12 14:54:29 +03:00
Weijia Wang b3e98b8080
Merge pull request #225878 from wegank/chicken-frameworks
chickenPackages: add missing deps
2023-04-12 14:50:32 +03:00
Weijia Wang 3ea257209d
Merge pull request #225859 from wegank/chicken-cxx
chickenPackages_5.chickenEggs.taglib: unbreak on darwin
2023-04-12 14:21:29 +03:00
Vladimír Čunát 2a3291834f
Merge #224806: staging-next 2023-04-05 2023-04-12 13:18:37 +02:00
Weijia Wang 6b7f0fbe8a chickenPackages_5.chickenEggs.opencl: unbreak on darwin 2023-04-12 13:37:58 +03:00
Et7f3 a40dfa4f64 chickenPackages_5.chickenEggs.allegro: Add missing deps 2023-04-12 13:36:45 +03:00
Weijia Wang d51f7d4ef7 chickenPackages_5.chickenEggs.taglib: unbreak on darwin 2023-04-12 13:34:23 +03:00
Weijia Wang edfb1b1d4f chicken: pass CXX_COMPILER 2023-04-12 13:33:57 +03:00
Weijia Wang 72767191dd chickenPackages: pass pkg-config to more packages 2023-04-12 13:32:47 +03:00
Weijia Wang da30065bc8
Merge pull request #225775 from nagy/chicken-broken
chickenPackages: mark more as broken
2023-04-12 13:27:35 +03:00
Vladimír Čunát 9bf18e069e
llvmPackages_13.compiler-rt-libc: also apply tmp hack
This part got forgotten in commit ac3acd956f.
2023-04-12 11:26:19 +02:00
Sandro 98853bbb80
Merge pull request #225833 from JamieMagee/dotnet-8.0
dotnet-sdk_8: 8.0.100-preview.2.23157.25 -> 8.0.100-preview.3.23178.7
2023-04-12 10:54:49 +02:00
Sandro 5666b3c419
Merge pull request #225836 from JamieMagee/dotnet-7.0
dotnet-sdk_7.0: 7.0.202 -> 7.0.203
2023-04-12 10:54:32 +02:00
Vladimír Čunát ac3acd956f
cc-wrapper: add optional temporary hack for -B
This fixes parts in llvmPackages_{13,rocm}
e.g. build .clang for testing.
Longterm mass-rebuild fix should come in PR #225846
2023-04-12 09:37:24 +02:00
Jamie Magee cc37d2b931
dotnet-sdk_8: 8.0.100-preview.2.23157.25 -> 8.0.100-preview.3.23178.7 2023-04-11 20:05:39 -07:00
Jamie Magee 6dbaba45ac
dotnet-sdk_7.0: 7.0.202 -> 7.0.203 2023-04-11 20:01:59 -07:00
Jamie Magee 031c6621fb
dotnet-sdk_6.0 6.0.407 -> 6.0.408 2023-04-11 19:59:34 -07:00
github-actions[bot] 47157337bf
Merge master into staging-next 2023-04-12 00:02:18 +00:00
Aaron VonderHaar a7f2c2c939 elmPackages.elm-format: 0.8.6 -> 0.8.7 2023-04-11 16:29:27 -07:00
R. Ryantm 832587fd0e jwasm: 2.16 -> 2.17 2023-04-11 15:07:42 -03:00
Daniel Nagy 11c5a620ef
chickenPackages: mark more as broken 2023-04-11 18:45:00 +02:00
github-actions[bot] 3c070a08ff
Merge master into staging-next 2023-04-11 12:01:14 +00:00
Sandro 92c5308ed3
Merge pull request #224673 from figsoda/jdk
javaPackages.compiler.openjdk15: fix eval
2023-04-11 10:38:08 +02:00
iko 187f6de08d
elm-spa: init at 6.0.4 2023-04-11 09:55:44 +03:00
Hraban Luyat 7493ac348a sbcl: remove old versions, leave 2.1.9 for CLPM 2023-04-10 15:09:34 -04:00
Daniel Nagy 256b5d26b5
chickenPackages: fixes and mark broken 2023-04-10 20:15:00 +02:00
Vladimír Čunát e2691227cd
julia{18,19,}: fix build by a temporary hack
This is a low-rebuild version of PR #225273
/cc the proper and hopefully complete fix in PR #225220
2023-04-10 16:36:55 +02:00
github-actions[bot] 995e7507ce
Merge master into staging-next 2023-04-10 12:01:35 +00:00
Weijia Wang 2ac4e0dfec
Merge pull request #224845 from nagy/chicken-overrides
chickenPackages: Introduce overrides
2023-04-10 08:19:27 +02:00
github-actions[bot] 39f71c03bf
Merge master into staging-next 2023-04-10 06:01:13 +00:00
Miguel Madrid-Mencía a2fc5cbcac crystal: 1.7.2 -> 1.7.3 2023-04-10 12:19:08 +08:00
Nick Cao 83ca2cd745
Merge pull request #225413 from SubhrajyotiSen/update-kotlin
kotlin{-native}: 1.8.10 → 1.8.20
2023-04-10 10:09:49 +08:00
github-actions[bot] 20d94e414f
Merge master into staging-next 2023-04-09 12:01:09 +00:00
SubhrajyotiSen fb3e0d0185 kotlin{-native}: 1.8.10 → 1.8.20 2023-04-09 17:13:50 +05:30
7c6f434c 4baebf42f1
Merge pull request #225235 from lucasew/abcl-followup
abcl: follow up fixes for #223317
2023-04-09 08:04:02 +00:00
github-actions[bot] fc0616b73d
Merge master into staging-next 2023-04-09 06:01:16 +00:00
Sandro c1d9e46fc5
Merge pull request #221427 from JamieMagee/dotnet-8.0 2023-04-09 04:03:05 +02:00