lol

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

chessdb, vkeybd, wordnet: drop TK_LIBRARY

authored by

Weijia Wang and committed by
GitHub
0ce0c731 e8616a44

-9
-4
pkgs/applications/audio/vkeybd/default.nix
··· 19 19 20 20 makeFlags = [ "TKLIB=-l${tk.libPrefix}" "TCLLIB=-l${tcl.libPrefix}" ]; 21 21 22 - postInstall = '' 23 - wrapProgram $out/bin/vkeybd --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}" 24 - ''; 25 - 26 22 meta = with lib; { 27 23 description = "Virtual MIDI keyboard"; 28 24 homepage = "https://www.alsa-project.org/~tiwai/alsa.html";
-1
pkgs/applications/misc/wordnet/default.nix
··· 25 25 ]; 26 26 27 27 postInstall = '' 28 - wrapProgram $out/bin/wishwn --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}" 29 28 wrapProgram $out/bin/wnb --prefix PATH : "$out/bin" 30 29 ''; 31 30
-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";