chessdb: drop TK_LIBRARY
This commit is contained in:
parent
09720cc41f
commit
bdd343ece7
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue