Merge pull request #281621 from superherointj/pkgsMusl.jdk8-mark-broken

pkgsMusl.jdk8: mark broken for musl
This commit is contained in:
❄️
2024-07-12 14:36:43 -03:00
committed by GitHub
+4
View File
@@ -215,6 +215,10 @@ let
maintainers = with maintainers; [ edwtjo ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
mainProgram = "java";
# Broken for musl at 2024-01-17. Tracking issue:
# https://github.com/NixOS/nixpkgs/issues/281618
# error: isnanf was not declared in this scope
broken = stdenv.hostPlatform.isMusl;
};
passthru = {