1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 03:30:30 +02:00

gnu: amsynth: Build with LASH support.

* gnu/packages/music.scm (amsynth)[inputs]: Add lash.
This commit is contained in:
Ricardo Wurmus
2017-04-02 12:25:37 +02:00
parent 7e0befd45e
commit 7175f4c2c1

View File

@@ -1103,6 +1103,7 @@ effects.")
`(("alsa-lib" ,alsa-lib)
("jack" ,jack-1)
("lv2" ,lv2)
("lash" ,lash)
("libsndfile" ,libsndfile)
("gtk+" ,gtk+-2)
("gtkmm" ,gtkmm-2)))