mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 06:47:55 +00:00
Merge pull request #51118 from bennofs/fix-mkpasswd
mkpasswd: fix cross compilation
This commit is contained in:
commit
c315b9ec52
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = whois.src;
|
||||
|
||||
buildInputs = [ perl ];
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
preConfigure = whois.preConfigure;
|
||||
buildPhase = "make mkpasswd";
|
||||
|
Loading…
Reference in New Issue
Block a user