me
/
guix
Archived
1
0
Fork 0

gnu: amsynth: Order inputs alphabetically.

* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.
master
Tobias Geerinckx-Rice 2020-11-09 22:20:13 +01:00
parent e683991085
commit fbda11b6dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -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