gnu: hydrogen: Remove lash input.
* gnu/packages/music.scm (hydrogen) [inputs]: Remove lash. [phases]: Remove trailing #t. [native-inputs]: Remove labels. [home-page]: Update URL.
This commit is contained in:
parent
42ee282d2d
commit
6e946a55b5
1 changed files with 5 additions and 7 deletions
|
@ -766,17 +766,15 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("/usr/share/pixmaps")
|
(("/usr/share/pixmaps")
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/share/pixmaps")))
|
"/share/pixmaps"))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
(list cppunit
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("qtlinguist" ,qttools-5)))
|
qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
jack-1
|
jack-1
|
||||||
;; ("ladspa" ,ladspa) ; require LADSPA_PATH to be set
|
;; ("ladspa" ,ladspa) ; require LADSPA_PATH to be set
|
||||||
lash
|
|
||||||
libarchive
|
libarchive
|
||||||
liblo
|
liblo
|
||||||
libsndfile
|
libsndfile
|
||||||
|
@ -785,7 +783,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtxmlpatterns
|
qtxmlpatterns
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "http://www.hydrogen-music.org")
|
(home-page "http://hydrogen-music.org/")
|
||||||
(synopsis "Drum machine")
|
(synopsis "Drum machine")
|
||||||
(description
|
(description
|
||||||
"Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to
|
"Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to
|
||||||
|
|
Reference in a new issue