pass around right configuration options

svn path=/nixpkgs/trunk/; revision=5871
This commit is contained in:
Armijn Hemel 2006-07-22 10:52:44 +00:00
parent d53ae3e6a3
commit c57e252798
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
source $stdenv/setup
configureFlags="--with-tcl=$tcl/lib"
preConfigure() {
cd unix
}

View file

@ -8,4 +8,5 @@ stdenv.mkDerivation {
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
};
buildInputs = [tcl x11];
inherit tcl;
}