gnu: lmms: Add input jack-1.
* gnu/packages/music.scm (lmms): Add input jack-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
9ced0f376b
commit
4bfc925ae5
|
@ -3838,7 +3838,8 @@ are a C compiler and glib. Full API documentation and examples are included.")
|
||||||
("libsndfile1" ,libsndfile)
|
("libsndfile1" ,libsndfile)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("freetype2" ,freetype)
|
("freetype2" ,freetype)
|
||||||
("fftw3f" ,fftwf)))
|
("fftw3f" ,fftwf)
|
||||||
|
("jack" ,jack-1)))
|
||||||
(home-page "https://lmms.io/")
|
(home-page "https://lmms.io/")
|
||||||
(synopsis "Music composition tool")
|
(synopsis "Music composition tool")
|
||||||
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
||||||
|
|
Reference in New Issue