pkgsMusl.jdk8: mark broken for musl

Tracking issue: https://github.com/NixOS/nixpkgs/issues/281618

error: ‘isnanf’ was not declared in this scope
This commit is contained in:
superherointj
2024-01-17 17:32:15 -03:00
parent 1cb065db34
commit c2ad2aa244
+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 = {