Merge pull request #324680 from philiptaron/__attrsFailEvaluation/java

javaPackages.compiler.adoptopenjdk: all attrsets evaluate, so remove __attrsFailEvaluation
This commit is contained in:
Silvan Mosberger 2024-07-26 02:00:04 +02:00 committed by GitHub
commit 632837e273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,6 @@ in {
else package-darwin; else package-darwin;
in { in {
inherit package-linux package-darwin; inherit package-linux package-darwin;
__attrsFailEvaluation = true;
jdk-hotspot = callPackage package.jdk-hotspot {}; jdk-hotspot = callPackage package.jdk-hotspot {};
jre-hotspot = callPackage package.jre-hotspot {}; jre-hotspot = callPackage package.jre-hotspot {};