mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: muse-sequencer: Remove lash input.
* gnu/packages/music.scm (muse-sequencer) [inputs]: Remove lash. [native-inputs]: Remove labels.
This commit is contained in:
parent
c3115e3517
commit
73b248c841
1 changed files with 4 additions and 5 deletions
|
@ -4987,7 +4987,6 @@ sample library.")
|
||||||
glib
|
glib
|
||||||
jack-1
|
jack-1
|
||||||
ladspa
|
ladspa
|
||||||
lash
|
|
||||||
libinstpatch
|
libinstpatch
|
||||||
liblo
|
liblo
|
||||||
libsamplerate
|
libsamplerate
|
||||||
|
@ -5004,10 +5003,10 @@ sample library.")
|
||||||
rubberband
|
rubberband
|
||||||
sord))
|
sord))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
(list perl
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("qttools-5" ,qttools-5)))
|
qttools-5))
|
||||||
(home-page "https://muse-sequencer.github.io/")
|
(home-page "https://muse-sequencer.github.io/")
|
||||||
(synopsis "MIDI/Audio sequencer")
|
(synopsis "MIDI/Audio sequencer")
|
||||||
(description "MusE is a MIDI/Audio sequencer with recording and editing
|
(description "MusE is a MIDI/Audio sequencer with recording and editing
|
||||||
|
|
Loading…
Add table
Reference in a new issue