mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
Merge pull request #324680 from philiptaron/__attrsFailEvaluation/java
javaPackages.compiler.adoptopenjdk: all attrsets evaluate, so remove __attrsFailEvaluation
This commit is contained in:
commit
632837e273
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user