dpkg: fix cross compilation
This commit is contained in:
parent
b58ada326a
commit
79d72ccd3c
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ perl zlib bzip2 xz ];
|
buildInputs = [ perl zlib bzip2 xz ];
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper perl ];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user