grallvm8: use callPackages in all-packages.nix

This commit is contained in:
volth 2018-02-28 16:13:15 +00:00 committed by GitHub
parent 327cc78465
commit 953ccfaf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { };