sogo: fix build with libxcrypt
This commit is contained in:
parent
9430efb5bb
commit
3d6b548fd2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
, openssl, openldap, sope, libmemcached, curl, libsodium, libytnef, libzip, pkg-config, nixosTests
|
||||||
, oath-toolkit
|
, oath-toolkit
|
||||||
, enableActiveSync ? false
|
, enableActiveSync ? false
|
||||||
|
@ -15,7 +15,7 @@ gnustep.stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ];
|
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;
|
++ lib.optional enableActiveSync libwbxml;
|
||||||
|
|
||||||
patches = lib.optional enableActiveSync ./enable-activesync.patch;
|
patches = lib.optional enableActiveSync ./enable-activesync.patch;
|
||||||
|
|
Loading…
Reference in a new issue