treewide: use dontUnpack
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
inherit name;
|
||||
inherit version;
|
||||
|
||||
unpackPhase = "true";
|
||||
dontUnpack = true;
|
||||
|
||||
buildInputs = [ jdk makeWrapper ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user