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