diff options
author | Pkill -9 <pkill9@runbox.com> | 2020-01-02 22:28:38 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-12 23:26:40 +0100 |
commit | 4bfc925ae573b2cf68cc28e5007729d34ebb27eb (patch) | |
tree | 0537ae0abf9d3c3afb936c3742c09a9e5e0542b0 /gnu | |
parent | 9ced0f376bb7d4b9351a03da2415e26126b6418c (diff) | |
download | patches-4bfc925ae573b2cf68cc28e5007729d34ebb27eb.tar patches-4bfc925ae573b2cf68cc28e5007729d34ebb27eb.tar.gz |
gnu: lmms: Add input jack-1.
* gnu/packages/music.scm (lmms): Add input jack-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index e607306282..fe18f1d97e 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3838,7 +3838,8 @@ are a C compiler and glib. Full API documentation and examples are included.") ("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 |