pass around right configuration options
svn path=/nixpkgs/trunk/; revision=5871
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
|
configureFlags="--with-tcl=$tcl/lib"
|
||||||
preConfigure() {
|
preConfigure() {
|
||||||
cd unix
|
cd unix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,4 +8,5 @@ stdenv.mkDerivation {
|
|||||||
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
|
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
|
||||||
};
|
};
|
||||||
buildInputs = [tcl x11];
|
buildInputs = [tcl x11];
|
||||||
|
inherit tcl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user