mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 15:30:39 +00:00
mkpasswd: fix cross compilation
This commit is contained in:
parent
71c49d5796
commit
468d1595f8
|
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
src = whois.src;
|
src = whois.src;
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
preConfigure = whois.preConfigure;
|
preConfigure = whois.preConfigure;
|
||||||
buildPhase = "make mkpasswd";
|
buildPhase = "make mkpasswd";
|
||||||
|
|
Loading…
Reference in a new issue