mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (define-public muse-sequencer
|
|||
glib
|
||||
jack-1
|
||||
ladspa
|
||||
lash
|
||||
libinstpatch
|
||||
liblo
|
||||
libsamplerate
|
||||
|
@ -5004,10 +5003,10 @@ (define-public muse-sequencer
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue