gnu: drumkv1: Update to 0.9.8.

* gnu/packages/music.scm (drumkv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
master
Tobias Geerinckx-Rice 2019-06-23 20:59:40 +02:00
parent 455d29dda6
commit 8b78ba2b9b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 5 deletions

View File

@ -1396,7 +1396,7 @@ oscillators and stereo effects.")
(define-public drumkv1
(package
(name "drumkv1")
(version "0.9.7")
(version "0.9.8")
(source (origin
(method url-fetch)
(uri
@ -1404,12 +1404,10 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz"))
(sha256
(base32
"1361dqdasrc98q9hcjdwsjx6agfimwnay430887fryi3pslkyd81"))))
"010p8nwnmqgj5mw324psig3hxi1g2gylxrigd6sj6sgcpy3kdm23"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
`(#:tests? #f)) ; there are no tests
(inputs
`(("jack" ,jack-1)
("lv2" ,lv2)