vkeybd: drop TK_LIBRARY

This commit is contained in:
Weijia Wang 2023-06-05 16:18:19 +03:00
parent bdd343ece7
commit a6f42ce4cf

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