mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge staging-next into staging
This commit is contained in:
commit
bdce452570
@ -638,6 +638,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"armv7l-linux"
|
||||
"armv6l-linux"
|
||||
"powerpc64le-linux"
|
||||
]
|
||||
++ lib.optionals atLeast17 [
|
||||
"riscv64-linux"
|
||||
];
|
||||
# OpenJDK 8 was broken for musl at 2024-01-17. Tracking issue:
|
||||
# https://github.com/NixOS/nixpkgs/issues/281618
|
||||
|
Loading…
Reference in New Issue
Block a user