forked from mirrors/nixpkgs
scid: add todo comments
This commit is contained in:
parent
79ebd1af69
commit
8d6ca95ea7
|
@ -42,6 +42,7 @@ tcl.mkTclDerivation rec {
|
|||
|
||||
dontPatchShebangs = true;
|
||||
|
||||
# TODO: can this use tclWrapperArgs?
|
||||
postFixup = ''
|
||||
sed -i -e '1c#!'"$out"'/bin/tcscid' "$out/bin/scidpgn"
|
||||
sed -i -e '1c#!${tk}/bin/wish' "$out/bin/sc_remote"
|
||||
|
|
|
@ -31,6 +31,7 @@ tcl.mkTclDerivation {
|
|||
|
||||
dontPatchShebangs = true;
|
||||
|
||||
# TODO: can this use tclWrapperArgs?
|
||||
postFixup = ''
|
||||
for cmd in sc_addmove sc_eco sc_epgn scidpgn \
|
||||
sc_import sc_spell sc_tree spliteco
|
||||
|
|
Loading…
Reference in a new issue