mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
sogo: fix build with libxcrypt
This commit is contained in:
parent
9430efb5bb
commit
3d6b548fd2
@ -1,4 +1,4 @@
|
||||
{ gnustep, lib, fetchFromGitHub, fetchpatch, makeWrapper, python3, lndir
|
||||
{ gnustep, lib, fetchFromGitHub, fetchpatch, makeWrapper, python3, lndir, libxcrypt
|
||||
, openssl, openldap, sope, libmemcached, curl, libsodium, libytnef, libzip, pkg-config, nixosTests
|
||||
, oath-toolkit
|
||||
, enableActiveSync ? false
|
||||
@ -15,7 +15,7 @@ gnustep.stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ];
|
||||
buildInputs = [ gnustep.base sope openssl libmemcached curl libsodium libytnef libzip openldap oath-toolkit ]
|
||||
buildInputs = [ gnustep.base sope openssl libmemcached curl libsodium libytnef libzip openldap oath-toolkit libxcrypt ]
|
||||
++ lib.optional enableActiveSync libwbxml;
|
||||
|
||||
patches = lib.optional enableActiveSync ./enable-activesync.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user