summary refs log tree commit diff
path: root/pkgs/tools/networking/isync
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:50:18 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:50:18 -0600
commit3994004a6f8db87f0deb99afc2081bcc3c975d77 (patch)
treed458f6f7785bfcb559c9196fce98becb4b1b137f /pkgs/tools/networking/isync
parent88fec3005bf29145271e21e42b8d21c98d14e3f2 (diff)
downloadnixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar.gz
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar.bz2
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar.lz
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar.xz
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.tar.zst
nixlib-3994004a6f8db87f0deb99afc2081bcc3c975d77.zip
isyncUnstable: build with zlib support
Diffstat (limited to 'pkgs/tools/networking/isync')
-rw-r--r--pkgs/tools/networking/isync/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix
index c8e4231f7b5f..cf3882ad83bb 100644
--- a/pkgs/tools/networking/isync/unstable.nix
+++ b/pkgs/tools/networking/isync/unstable.nix
@@ -1,4 +1,4 @@
-{ fetchgit, stdenv, openssl, pkgconfig, db, cyrus_sasl
+{ fetchgit, stdenv, openssl, pkgconfig, db, cyrus_sasl, zlib
 , autoconf, automake }:
 
 stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "0i21cgmgm8acvd7xwdk9pll3kl6cxj9s1hakqzbwks8j4ncygwkj";
   };
 
-  buildInputs = [ openssl pkgconfig db cyrus_sasl autoconf automake ];
+  buildInputs = [ openssl pkgconfig db cyrus_sasl zlib autoconf automake ];
 
   preConfigure = ''
     touch ChangeLog