Merge pull request #145513 from SuperSandro2000/mkpasswd

mkpasswd: minor cleanup
This commit is contained in:
figsoda 2021-11-11 11:45:52 -05:00 committed by GitHub
commit b22e1d1fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,7 @@
stdenv.mkDerivation {
pname = "mkpasswd";
inherit (whois) version;
inherit (whois) src;
inherit (whois) version src;
nativeBuildInputs = [ perl pkg-config ];
buildInputs = [ libxcrypt ];