pass the right values for tk. Spotted on NixOS ;)
svn path=/nixpkgs/trunk/; revision=5874
This commit is contained in:
parent
d034a7ec00
commit
ecae366a77
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-tcl=$tcl/lib"
|
||||
configureFlags="--with-tcl=$tcl/lib --with-tk=$tk/lib"
|
||||
|
||||
genericBuild
|
||||
|
|
|
@ -8,6 +8,6 @@ stdenv.mkDerivation {
|
|||
md5 = "1b90fdbb0a51c7646f4d2e6b22f18711";
|
||||
};
|
||||
|
||||
inherit tcl;
|
||||
inherit tcl tk;
|
||||
buildInputs = [which tcl tk x11];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue