gnu: synthv1: Add support for non session manager.
* gnu/packages/music.scm (synthv1)[inputs]: Add non-session-manager. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
92b70c6f89
commit
b45aa39b26
|
@ -1097,9 +1097,12 @@ users to select LV2 plugins and run them with jalv.")
|
||||||
`(("jack" ,jack-1)
|
`(("jack" ,jack-1)
|
||||||
("lv2" ,lv2)
|
("lv2" ,lv2)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
|
("non-session-manager" ,non-session-manager)
|
||||||
("liblo" ,liblo)
|
("liblo" ,liblo)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://synthv1.sourceforge.net")
|
(home-page "http://synthv1.sourceforge.net")
|
||||||
(synopsis "Polyphonic subtractive synthesizer")
|
(synopsis "Polyphonic subtractive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue