AARGH! actually take the *source* file and not the precompiled binary :(
svn path=/nixpkgs/trunk/; revision=5880
This commit is contained in:
parent
e082ae1151
commit
2c9ccc300e
@ -3,8 +3,8 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.3.6";
|
name = "sqlite-3.3.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sqlite.org/sqlite3-3.3.6.bin.gz";
|
url = "http://www.sqlite.org/sqlite-3.3.6.tar.gz;
|
||||||
md5 = "7e0b5e1bf989419c662c7955fdf47ab3";
|
md5 = "a2cb1fafad5c2587e513dcbd18ace097";
|
||||||
};
|
};
|
||||||
configureFlags = "--enable-threadsafe";
|
configureFlags = "--enable-threadsafe";
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user