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:
parent
71c49d5796
commit
468d1595f8
|
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = whois.src;
|
||||
|
||||
buildInputs = [ perl ];
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
preConfigure = whois.preConfigure;
|
||||
buildPhase = "make mkpasswd";
|
||||
|
|
Loading…
Reference in a new issue