Unverified Commit 632837e2 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

Merge pull request #324680 from philiptaron/__attrsFailEvaluation/java

javaPackages.compiler.adoptopenjdk: all attrsets evaluate, so remove __attrsFailEvaluation
parents 224dedb0 a6e78a2f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ in {
        else package-darwin;
    in {
      inherit package-linux package-darwin;
      __attrsFailEvaluation = true;

      jdk-hotspot = callPackage package.jdk-hotspot {};
      jre-hotspot = callPackage package.jre-hotspot {};