mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
isyncUnstable: build with zlib support
This commit is contained in:
parent
88fec3005b
commit
3994004a6f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue