Merge pull request #265824 from elohmeier/mkpasswd-clang

mkpasswd: fix build with clang

authored by

Weijia Wang and committed by
GitHub
cd562b37 7178321a

+1 -1
+1 -1
pkgs/tools/security/mkpasswd/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "mkpasswd"; 5 - inherit (whois) version src; 5 + inherit (whois) version src patches; 6 6 7 7 nativeBuildInputs = [ perl pkg-config ]; 8 8 buildInputs = [ libxcrypt ];