Merge pull request #265824 from elohmeier/mkpasswd-clang

mkpasswd: fix build with clang
This commit is contained in:
Weijia Wang
2023-11-06 15:01:50 +01:00
committed by GitHub
+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 ];