3
0
Fork 0
forked from mirrors/nixpkgs

Revert "vsqlite: fix build"

This reverts commit e89414ff69.
This commit is contained in:
Orivej Desh 2018-05-29 15:00:45 +00:00
parent c83a530985
commit 2100519278

View file

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