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;
|
src = whois.src;
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
preConfigure = whois.preConfigure;
|
preConfigure = whois.preConfigure;
|
||||||
buildPhase = "make mkpasswd";
|
buildPhase = "make mkpasswd";
|
||||||
|
|
Loading…
Reference in New Issue