Merge pull request #51118 from bennofs/fix-mkpasswd

mkpasswd: fix cross compilation
This commit is contained in:
Matthew Bauer 2018-11-28 11:59:05 -06:00 committed by GitHub
commit c315b9ec52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = whois.src;
buildInputs = [ perl ];
nativeBuildInputs = [ perl ];
preConfigure = whois.preConfigure;
buildPhase = "make mkpasswd";