mindustry: fix eval error due to #119444

The PR https://github.com/NixOS/nixpkgs/pull/119444 broke the build for mindustry
even further. This patch fixes that again so it evals and builds properly.
This commit is contained in:
Rick van Schijndel 2021-11-23 23:34:50 +01:00
parent a77943c99a
commit 4179df352b

View file

@ -4,7 +4,7 @@
, copyDesktopItems , copyDesktopItems
, fetchFromGitHub , fetchFromGitHub
, gradle_6 , gradle_6
, jdk11 , jdk
, perl , perl
# for arc # for arc
@ -87,8 +87,7 @@ let
popd popd
''; '';
jdk = jdk11; gradle = (gradle_6.override (old: { java = jdk; }));
gradle = (gradle_6.override (old: { java = jdk11; }));
# fake build to pre-download deps into fixed-output derivation # fake build to pre-download deps into fixed-output derivation
deps = stdenv.mkDerivation { deps = stdenv.mkDerivation {