1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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";