mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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)
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue