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
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
version = "2012-05-31";
name = "woof-${version}";
src = fetchurl {
url = "http://www.home.unix-ag.org/simon/woof-${version}.py";
sha256 = "d84353d07f768321a1921a67193510bf292cf0213295e8c7689176f32e945572";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python ];
unpackPhase = "true";
dontUnpack = true;
installPhase =
''