vkeybd: drop TK_LIBRARY

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