gnu: drumstick: Update to 1.1.1.
* gnu/packages/music.scm (drumstick): Update to 1.1.1. [inputs]: Remove fluidsynth.
This commit is contained in:
parent
5346d91523
commit
7adaf5b5ad
|
@ -1881,14 +1881,14 @@ browser.")
|
||||||
(define-public drumstick
|
(define-public drumstick
|
||||||
(package
|
(package
|
||||||
(name "drumstick")
|
(name "drumstick")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/drumstick/"
|
(uri (string-append "mirror://sourceforge/drumstick/"
|
||||||
version "/drumstick-" version ".tar.bz2"))
|
version "/drumstick-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13pkfqrav30bbcddgf1imd7jk6lpqbxkz1qv31718pdl446jq7df"))))
|
"0avwxr6n9ra7narxc5lmkhdqi8ix10gmif8rpd06wp4g9iv46xrn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
@ -1907,11 +1907,10 @@ browser.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)))
|
||||||
("fluidsynth" ,fluidsynth)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("libxslt" ,libxslt) ;for xsltproc
|
("libxslt" ,libxslt) ; for xsltproc
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("doxygen" ,doxygen)))
|
("doxygen" ,doxygen)))
|
||||||
(home-page "http://drumstick.sourceforge.net/")
|
(home-page "http://drumstick.sourceforge.net/")
|
||||||
|
|
Loading…
Reference in New Issue