mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
chessdb: drop TK_LIBRARY
This commit is contained in:
parent
09720cc41f
commit
bdd343ece7
@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
"MANDIR=$(out)/man"
|
"MANDIR=$(out)/man"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
wrapProgram $out/bin/chessdb --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://chessdb.sourceforge.net/";
|
homepage = "https://chessdb.sourceforge.net/";
|
||||||
description = "A free chess database";
|
description = "A free chess database";
|
||||||
|
Loading…
Reference in New Issue
Block a user