forked from mirrors/nixpkgs
MediumBlue is currently too dark to be background for black checkmark, correct to Light
svn path=/nixpkgs/trunk/; revision=27340
This commit is contained in:
parent
168080d159
commit
372aaf63e1
|
@ -30,8 +30,8 @@ rec {
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["addInputs" "doUnpack" "fixMakefiles" "fixCfiles" "doConfigure"
|
phaseNames = ["addInputs" "doUnpack" "fixMakefiles" "fixCfiles" "fixTCLfiles"
|
||||||
"doMakeInstall" "doWrap"];
|
"doConfigure" "doMakeInstall" "doWrap"];
|
||||||
|
|
||||||
doWrap = a.makeManyWrappers ''$out/bin/*'' ''--prefix TCLLIBPATH : "${tk}/lib"'';
|
doWrap = a.makeManyWrappers ''$out/bin/*'' ''--prefix TCLLIBPATH : "${tk}/lib"'';
|
||||||
|
|
||||||
|
@ -46,6 +46,10 @@ rec {
|
||||||
sed -re '/unitp = view_unit[(]uview[)]/aelse *unitp = NULL\;' -i tcltk/tkmap.c
|
sed -re '/unitp = view_unit[(]uview[)]/aelse *unitp = NULL\;' -i tcltk/tkmap.c
|
||||||
'' ["minInit" "doUnpack"];
|
'' ["minInit" "doUnpack"];
|
||||||
|
|
||||||
|
fixTCLfiles = a.fullDepEntry ''
|
||||||
|
sed -re 's@MediumBlue@LightBlue@g' -i tcltk/tkconq.tcl
|
||||||
|
'' ["minInit" "doUnpack"];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-alternate-scoresdir=scores"
|
"--enable-alternate-scoresdir=scores"
|
||||||
"--with-tclconfig=${tcl}/lib"
|
"--with-tclconfig=${tcl}/lib"
|
||||||
|
|
Loading…
Reference in a new issue