scid: add todo comments

+2
+1
pkgs/games/scid-vs-pc/default.nix
··· 42 43 dontPatchShebangs = true; 44 45 postFixup = '' 46 sed -i -e '1c#!'"$out"'/bin/tcscid' "$out/bin/scidpgn" 47 sed -i -e '1c#!${tk}/bin/wish' "$out/bin/sc_remote"
··· 42 43 dontPatchShebangs = true; 44 45 + # TODO: can this use tclWrapperArgs? 46 postFixup = '' 47 sed -i -e '1c#!'"$out"'/bin/tcscid' "$out/bin/scidpgn" 48 sed -i -e '1c#!${tk}/bin/wish' "$out/bin/sc_remote"
+1
pkgs/games/scid/default.nix
··· 31 32 dontPatchShebangs = true; 33 34 postFixup = '' 35 for cmd in sc_addmove sc_eco sc_epgn scidpgn \ 36 sc_import sc_spell sc_tree spliteco
··· 31 32 dontPatchShebangs = true; 33 34 + # TODO: can this use tclWrapperArgs? 35 postFixup = '' 36 for cmd in sc_addmove sc_eco sc_epgn scidpgn \ 37 sc_import sc_spell sc_tree spliteco