jlesquembre / clj-nix

Nix helpers for Clojure projects
https://jlesquembre.github.io/clj-nix/
Eclipse Public License 2.0
138 stars 19 forks source link

mkGraalBin.nix { graalvm ? graalvmCEPackages.graalvm19-ce } #94

Closed PlumpMath closed 8 months ago

PlumpMath commented 10 months ago

Hi, I assume, but not certain, that graalvm1x-ce has been changed to graalvm-ce, based on my speculation

Changing graalvmCEPackages.graalvm19-ce to pkgs.graalvm-ce made the build succeed. Thanks.

       error: attribute 'graalvm19-ce' missing

       at /nix/store/2k5m9diym5hq03mwc6siljd4han6qvpg-source/pkgs/mkGraalBin.nix:16:13:

           15| , version ? cljDrv.version
           16| , graalvm ? graalvmCEPackages.graalvm19-ce
             |             ^
           17|
       Did you mean graalvm-ce?
jlesquembre commented 10 months ago

Thanks for reporting. You are right, graalvm19-ce has been renamed to graalvm-ce,I'll update it.

For more info about the change see https://github.com/NixOS/nixpkgs/pull/257433

thenonameguy commented 8 months ago

This has been fixed with https://github.com/jlesquembre/clj-nix/pull/99

jlesquembre commented 8 months ago

Yes, it should be fixed with #99 :)