3
0
Fork 0
forked from mirrors/nixpkgs

mkpasswd: fix cross compilation

This commit is contained in:
Benno Fünfstück 2018-11-27 17:04:40 +01:00
parent 71c49d5796
commit 468d1595f8

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = whois.src;
buildInputs = [ perl ];
nativeBuildInputs = [ perl ];
preConfigure = whois.preConfigure;
buildPhase = "make mkpasswd";