mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
libfilezilla: fix build with libxcrypt
This commit is contained in:
parent
fe91064c22
commit
e963dde643
@ -6,6 +6,7 @@
|
||||
, nettle
|
||||
, pkg-config
|
||||
, libiconv
|
||||
, libxcrypt
|
||||
, ApplicationServices
|
||||
}:
|
||||
|
||||
@ -20,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
|
||||
buildInputs = [ gettext gnutls nettle ]
|
||||
buildInputs = [ gettext gnutls nettle libxcrypt ]
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv ApplicationServices ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user