gnu: synthv1: Update to 0.9.8.

* gnu/packages/music.scm (synthv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-23 21:46:42 +02:00
parent 8b78ba2b9b
commit 8c7c76876b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1362,7 +1362,7 @@ (define-public jalv-select
(define-public synthv1
(package
(name "synthv1")
(version "0.9.7")
(version "0.9.8")
(source (origin
(method url-fetch)
(uri
@ -1370,12 +1370,10 @@ (define-public synthv1
"/synthv1-" version ".tar.gz"))
(sha256
(base32
"0i70wm430fvksi3g985farrkhgb7mwhi7j06dl66cdj1n12jzzk7"))))
"15kabmxp38wqvavs5hr1dqasjjf1j977kzqggxfmzyi3y5fan3hj"))))
(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)