mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: lmms: Add input jack-1.
* gnu/packages/music.scm (lmms): Add input jack-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9ced0f376b
commit
4bfc925ae5
1 changed files with 2 additions and 1 deletions
|
@ -3838,7 +3838,8 @@ (define-public lmms
|
|||
("libsndfile1" ,libsndfile)
|
||||
("libxft" ,libxft)
|
||||
("freetype2" ,freetype)
|
||||
("fftw3f" ,fftwf)))
|
||||
("fftw3f" ,fftwf)
|
||||
("jack" ,jack-1)))
|
||||
(home-page "https://lmms.io/")
|
||||
(synopsis "Music composition tool")
|
||||
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
||||
|
|
Loading…
Reference in a new issue