mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mkpasswd: fix build with clang
This commit is contained in:
parent
cac8c76f21
commit
307ef68a01
@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "mkpasswd";
|
||||
inherit (whois) version src;
|
||||
inherit (whois) version src patches;
|
||||
|
||||
nativeBuildInputs = [ perl pkg-config ];
|
||||
buildInputs = [ libxcrypt ];
|
||||
|
Loading…
Reference in New Issue
Block a user