forked from mirrors/nixpkgs
don't build the tcl extension
svn path=/nixpkgs/trunk/; revision=5882
This commit is contained in:
parent
e657254871
commit
2701a8b2ff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue