mkpasswd: fix build with clang

This commit is contained in:
Enno Richter
2023-11-06 10:54:12 +01:00
parent cac8c76f21
commit 307ef68a01
+1 -1
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
pname = "mkpasswd";
inherit (whois) version src;
inherit (whois) version src patches;
nativeBuildInputs = [ perl pkg-config ];
buildInputs = [ libxcrypt ];