bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38879: [PATCH] gnu: lmms: Add input jack-1.


From: Pkill -9
Subject: bug#38879: [PATCH] gnu: lmms: Add input jack-1.
Date: Thu, 2 Jan 2020 22:28:38 +0000

* gnu/packages/music.scm (lmms): Add input jack-1.
---
This adds support to LMMS for the low-latency jack audio server.

 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9cd1c17a99..6fa6ec4e7e 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
-- 
2.24.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]