mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #236086 from wegank/tk-cleanup-1
chessdb, vkeybd, wordnet: drop TK_LIBRARY
This commit is contained in:
commit
0ce0c7310e
@ -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";
|
||||
|
@ -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"
|
||||
'';
|
||||
|
||||
|
@ -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 New Issue
Block a user