Skip to content

Commit

Permalink
Merge pull request #265824 from elohmeier/mkpasswd-clang
Browse files Browse the repository at this point in the history
mkpasswd: fix build with clang
  • Loading branch information
wegank committed Nov 6, 2023
2 parents 7178321 + 307ef68 commit cd562b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/mkpasswd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation {
pname = "mkpasswd";
inherit (whois) version src;
inherit (whois) version src patches;

nativeBuildInputs = [ perl pkg-config ];
buildInputs = [ libxcrypt ];
Expand Down

0 comments on commit cd562b3

Please sign in to comment.