dpkg: fix cross compilation

This commit is contained in:
Tobias Mayer 2019-06-23 17:07:38 +02:00
parent b58ada326a
commit 79d72ccd3c

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
''; '';
buildInputs = [ perl zlib bzip2 xz ]; buildInputs = [ perl zlib bzip2 xz ];
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper perl ];
postInstall = postInstall =
'' ''