Merge staging-next into staging

This commit is contained in:
github-actions[bot] 2024-10-25 12:06:07 +00:00 committed by GitHub
commit bdce452570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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