chessdb: drop TK_LIBRARY

-4
-4
pkgs/games/chessdb/default.nix
··· 20 20 "MANDIR=$(out)/man" 21 21 ]; 22 22 23 - postInstall = '' 24 - wrapProgram $out/bin/chessdb --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}" 25 - ''; 26 - 27 23 meta = { 28 24 homepage = "https://chessdb.sourceforge.net/"; 29 25 description = "A free chess database";