mkpasswd: minor cleanup

This commit is contained in:
Sandro Jäckel 2021-11-11 17:36:54 +01:00
parent b7d071664d
commit 375493e227
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 ];