chessdb: drop TK_LIBRARY

This commit is contained in:
Weijia Wang 2023-06-05 16:18:37 +03:00
parent 09720cc41f
commit bdd343ece7

View file

@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
"MANDIR=$(out)/man"
];
postInstall = ''
wrapProgram $out/bin/chessdb --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
'';
meta = {
homepage = "https://chessdb.sourceforge.net/";
description = "A free chess database";