don't forget the closing ". This heat is killing my braaaaaaaain...

svn path=/nixpkgs/trunk/; revision=5881
This commit is contained in:
Armijn Hemel 2006-07-22 22:54:22 +00:00
parent 2c9ccc300e
commit e657254871

View File

@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "sqlite-3.3.6";
src = fetchurl {
url = "http://www.sqlite.org/sqlite-3.3.6.tar.gz;
url = "http://www.sqlite.org/sqlite-3.3.6.tar.gz";
md5 = "a2cb1fafad5c2587e513dcbd18ace097";
};
configureFlags = "--enable-threadsafe";