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
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "12q167pbpxw38p1bzcy9z4ix7yh9giwkyrc4vq2qln3pjn9d31rj";
};
unpackPhase = ":";
dontUnpack = true;
installPhase =
''
+2 -2
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "aws-1.75";
src = fetchurl {
url = https://raw.github.com/timkay/aws/2f2ff99f9f5111ea708ae6cd14d20e264748e72b/aws;
sha256 = "0d5asv73a58yb1bb1jpsw3c7asd62y86z5fwpg4llhjzkx79maj6";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ];
unpackPhase = "true";
dontUnpack = true;
installPhase =
''