don't build the tcl extension

svn path=/nixpkgs/trunk/; revision=5882
This commit is contained in:
Armijn Hemel 2006-07-22 23:02:27 +00:00
parent e657254871
commit 2701a8b2ff

View file

@ -6,6 +6,6 @@ stdenv.mkDerivation {
url = "http://www.sqlite.org/sqlite-3.3.6.tar.gz";
md5 = "a2cb1fafad5c2587e513dcbd18ace097";
};
configureFlags = "--enable-threadsafe";
configureFlags = "--enable-threadsafe --disable-tcl";
inherit stdenv;
}