guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: muse-sequencer: Remove lash input.


From: guix-commits
Subject: 02/06: gnu: muse-sequencer: Remove lash input.
Date: Tue, 7 Feb 2023 08:30:36 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 73b248c8419d05bf9522d394fea11144cb6bfdfb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Feb 4 00:07:41 2023 -0500

    gnu: muse-sequencer: Remove lash input.
    
    * gnu/packages/music.scm (muse-sequencer) [inputs]: Remove lash.
    [native-inputs]: Remove labels.
---
 gnu/packages/music.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6c7b3b4533..f6aceecac4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4987,7 +4987,6 @@ sample library.")
            glib
            jack-1
            ladspa
-           lash
            libinstpatch
            liblo
            libsamplerate
@@ -5004,10 +5003,10 @@ sample library.")
            rubberband
            sord))
     (native-inputs
-     `(("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)
-       ("qttools-5" ,qttools-5)))
+     (list perl
+           pkg-config
+           python-wrapper
+           qttools-5))
     (home-page "https://muse-sequencer.github.io/";)
     (synopsis "MIDI/Audio sequencer")
     (description "MusE is a MIDI/Audio sequencer with recording and editing



reply via email to

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