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
+1 -2
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 ];