isyncUnstable: build with zlib support

This commit is contained in:
Thomas Tuegel 2017-02-16 09:50:18 -06:00
parent 88fec3005b
commit 3994004a6f
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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