treewide: use dontUnpack
This commit is contained in:
@@ -57,7 +57,7 @@ in stdenv.mkDerivation {
|
||||
inherit src;
|
||||
|
||||
buildInputs = [ dpkg ];
|
||||
unpackPhase = "true";
|
||||
dontUnpack = true;
|
||||
|
||||
buildCommand = ''
|
||||
IFS=$'\n'
|
||||
|
||||
Reference in New Issue
Block a user