Adding a version of sqlite with more things, based on the upstream repository src.

svn path=/nixpkgs/trunk/; revision=33788
This commit is contained in:
Lluís Batlle i Rossell
2012-04-14 21:40:55 +00:00
parent 60ecc500f9
commit 163c7375a3
3 changed files with 49 additions and 0 deletions

View File

@@ -19,4 +19,8 @@ stdenv.mkDerivation {
description = "The Tcl scription language";
homepage = http://www.tcl.tk/;
};
passthru = {
libdir = "lib/tcl8.5";
};
}