Skip to content

Commit

Permalink
grallvm8: use callPackages in all-packages.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Feb 28, 2018
1 parent 327cc78 commit 953ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6342,7 +6342,7 @@ with pkgs;
jre = jre8;
jre_headless = jre8_headless;

inherit (callPackage ../development/compilers/graalvm { }) mx jvmci8 graalvm8;
inherit (callPackages ../development/compilers/graalvm { }) mx jvmci8 graalvm8;

openshot-qt = libsForQt5.callPackage ../applications/video/openshot-qt { };

Expand Down

0 comments on commit 953ccfa

Please sign in to comment.