vsqlite: fix build

Probably broken by 1d6a14e24a.
This commit is contained in:
Orivej Desh 2018-05-29 11:11:40 +00:00
parent 7b62752464
commit e89414ff69

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, boost, sqlite }:
{ stdenv, fetchurl, boost, sqlite, zlib }:
stdenv.mkDerivation rec {
name = "vsqlite-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "17fkj0d2jh0xkjpcayhs1xvbnh1d69f026i7vs1zqnbiwbkpz237";
};
buildInputs = [ boost sqlite ];
buildInputs = [ boost sqlite zlib ];
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace Makefile.in \