mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: amsynth: Order inputs alphabetically.
* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.
This commit is contained in:
parent
e683991085
commit
fbda11b6dc
1 changed files with 5 additions and 5 deletions
|
@ -1806,15 +1806,15 @@ (define-public amsynth
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
("gtk+" ,gtk+-2)
|
||||||
|
("gtkmm" ,gtkmm-2)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("lv2" ,lv2)
|
|
||||||
("lash" ,lash)
|
("lash" ,lash)
|
||||||
("libsndfile" ,libsndfile)
|
("libsndfile" ,libsndfile)
|
||||||
("gtk+" ,gtk+-2)
|
("lv2" ,lv2)))
|
||||||
("gtkmm" ,gtkmm-2)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("intltool" ,intltool)
|
||||||
("intltool" ,intltool)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://amsynth.github.io")
|
(home-page "https://amsynth.github.io")
|
||||||
(synopsis "Analog modeling synthesizer")
|
(synopsis "Analog modeling synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue