isyncUnstable: build with zlib support
This commit is contained in:
parent
88fec3005b
commit
3994004a6f
@ -1,4 +1,4 @@
|
|||||||
{ fetchgit, stdenv, openssl, pkgconfig, db, cyrus_sasl
|
{ fetchgit, stdenv, openssl, pkgconfig, db, cyrus_sasl, zlib
|
||||||
, autoconf, automake }:
|
, autoconf, automake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0i21cgmgm8acvd7xwdk9pll3kl6cxj9s1hakqzbwks8j4ncygwkj";
|
sha256 = "0i21cgmgm8acvd7xwdk9pll3kl6cxj9s1hakqzbwks8j4ncygwkj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig db cyrus_sasl autoconf automake ];
|
buildInputs = [ openssl pkgconfig db cyrus_sasl zlib autoconf automake ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user