treewide: use dontUnpack

This commit is contained in:
worldofpeace
2019-07-01 04:23:51 -04:00
parent b10e462404
commit 3f4a353737
84 changed files with 92 additions and 92 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1sd3cwpamcbq9pv0mvcm8x6minqrlb4i0r12q3jg91girqswm2dp";
};
unpackPhase = "true";
dontUnpack = true;
installPhase = "install -D $src $out/share/lib/${name}/${name}.jar";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
inherit name;
inherit version;
unpackPhase = "true";
dontUnpack = true;
buildInputs = [ jdk makeWrapper ];
@@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
sha256 = "11v340nm8vzqc2bkmbjfm9a7j4dj0bi9bfk8wdpfan0fb8prf772";
};
unpackPhase = "true";
dontUnpack = true;
buildInputs = [ jre makeWrapper ];