mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
vkeybd: drop TK_LIBRARY
This commit is contained in:
parent
bdd343ece7
commit
a6f42ce4cf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user