Revert "vsqlite: fix build"
This reverts commit e89414ff699ddd0689a696db7889b6e5654c847d.
This commit is contained in:
parent
c83a530985
commit
2100519278
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, boost, sqlite, zlib }:
|
{ stdenv, fetchurl, boost, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vsqlite-${version}";
|
name = "vsqlite-${version}";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "17fkj0d2jh0xkjpcayhs1xvbnh1d69f026i7vs1zqnbiwbkpz237";
|
sha256 = "17fkj0d2jh0xkjpcayhs1xvbnh1d69f026i7vs1zqnbiwbkpz237";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost sqlite zlib ];
|
buildInputs = [ boost sqlite ];
|
||||||
|
|
||||||
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
substituteInPlace Makefile.in \
|
substituteInPlace Makefile.in \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user