Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
PlumpMath opened this issue Oct 2, 2023 · 3 comments
Closed

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

PlumpMath opened this issue Oct 2, 2023 · 3 comments

Comments

@PlumpMath
Copy link

PlumpMath commented Oct 2, 2023

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
Copy link
Owner

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
NixOS/nixpkgs#257433

@thenonameguy
Copy link
Contributor

This has been fixed with #99

@jlesquembre
Copy link
Owner

Yes, it should be fixed with #99 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants