treewide: use dontUnpack
This commit is contained in:
@@ -21,7 +21,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ python ];
|
||||
|
||||
unpackPhase = "true";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
dest="$out/lib/${python.libPrefix}/site-packages/distutils"
|
||||
|
||||
Reference in New Issue
Block a user