forked from mirrors/nixpkgs
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}" ];
|
makeFlags = [ "TKLIB=-l${tk.libPrefix}" "TCLLIB=-l${tcl.libPrefix}" ];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
wrapProgram $out/bin/vkeybd --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Virtual MIDI keyboard";
|
description = "Virtual MIDI keyboard";
|
||||||
homepage = "https://www.alsa-project.org/~tiwai/alsa.html";
|
homepage = "https://www.alsa-project.org/~tiwai/alsa.html";
|
||||||
|
|
Loading…
Reference in a new issue