gnu: lvtk-1: Build with gtkmm-2.
This restores lvtk-gtkui. * gnu/packages/audio.scm (lvtk-1)[inputs]: Replace gtkmm with gtkmm-2.
This commit is contained in:
parent
73d3cb9565
commit
cb12a8efdc
1 changed files with 1 additions and 1 deletions
|
|
@ -3233,7 +3233,7 @@ lv2-c++-tools.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((waf (assoc-ref inputs "python-waf")))
|
(let ((waf (assoc-ref inputs "python-waf")))
|
||||||
(copy-file (string-append waf "/bin/waf") "waf")))))))
|
(copy-file (string-append waf "/bin/waf") "waf")))))))
|
||||||
(inputs (list boost gtkmm lv2))
|
(inputs (list boost gtkmm-2 lv2))
|
||||||
(native-inputs (list pkg-config python-waf))
|
(native-inputs (list pkg-config python-waf))
|
||||||
(home-page "https://github.com/lvtk/lvtk")
|
(home-page "https://github.com/lvtk/lvtk")
|
||||||
(synopsis "C++ libraries for LV2 plugins")
|
(synopsis "C++ libraries for LV2 plugins")
|
||||||
|
|
|
||||||
Reference in a new issue