mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -1097,9 +1097,12 @@ (define-public synthv1
|
|||
`(("jack" ,jack-1)
|
||||
("lv2" ,lv2)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("non-session-manager" ,non-session-manager)
|
||||
("liblo" ,liblo)
|
||||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://synthv1.sourceforge.net")
|
||||
(synopsis "Polyphonic subtractive synthesizer")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue