mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03: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 New Issue
Block a user