gnu: amsynth: Order inputs alphabetically.
* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.master
parent
e683991085
commit
fbda11b6dc
|
@ -1806,15 +1806,15 @@ special variant of additive synthesis.")
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("gtk+" ,gtk+-2)
|
||||
("gtkmm" ,gtkmm-2)
|
||||
("jack" ,jack-1)
|
||||
("lv2" ,lv2)
|
||||
("lash" ,lash)
|
||||
("libsndfile" ,libsndfile)
|
||||
("gtk+" ,gtk+-2)
|
||||
("gtkmm" ,gtkmm-2)))
|
||||
("lv2" ,lv2)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)))
|
||||
`(("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://amsynth.github.io")
|
||||
(synopsis "Analog modeling synthesizer")
|
||||
(description
|
||||
|
|
Reference in New Issue