apteryx pushed a commit to branch master
in repository guix.
commit 9721235af4f1231067b3cda302194154b18981b5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Feb 4 00:22:58 2023 -0500
gnu: fluidsynth: Remove lash input.
* gnu/packages/audio.scm (fluidsynth) [inputs]: Remove lash.
---
gnu/packages/audio.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ca2b12f6fe..a177c5b876 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2092,7 +2092,6 @@ follower.")
(list alsa-lib
glib
jack-1
- lash
libsndfile
readline))
(home-page "https://www.fluidsynth.org/")