mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
pass around right configuration options
svn path=/nixpkgs/trunk/; revision=5871
This commit is contained in:
parent
d53ae3e6a3
commit
c57e252798
|
@ -1,5 +1,6 @@
|
|||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-tcl=$tcl/lib"
|
||||
preConfigure() {
|
||||
cd unix
|
||||
}
|
||||
|
|
|
@ -8,4 +8,5 @@ stdenv.mkDerivation {
|
|||
md5 = "0a16d4d9398e43cbb85784c85fb807a4";
|
||||
};
|
||||
buildInputs = [tcl x11];
|
||||
inherit tcl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue