Merge pull request #236086 from wegank/tk-cleanup-1

chessdb, vkeybd, wordnet: drop TK_LIBRARY
This commit is contained in:
Weijia Wang 2023-06-06 09:24:17 +03:00 committed by GitHub
commit 0ce0c7310e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View file

@ -19,10 +19,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "TKLIB=-l${tk.libPrefix}" "TCLLIB=-l${tcl.libPrefix}" ];
postInstall = ''
wrapProgram $out/bin/vkeybd --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
'';
meta = with lib; {
description = "Virtual MIDI keyboard";
homepage = "https://www.alsa-project.org/~tiwai/alsa.html";

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
];
postInstall = ''
wrapProgram $out/bin/wishwn --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
wrapProgram $out/bin/wnb --prefix PATH : "$out/bin"
'';

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";