scid: add todo comments

launchpad/nixpkgs/master
Sandro Jäckel 3 years ago
parent 79ebd1af69
commit 8d6ca95ea7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 1
      pkgs/games/scid-vs-pc/default.nix
  2. 1
      pkgs/games/scid/default.nix

@ -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…
Cancel
Save