gnu: synthv1: Build with gnu++11.

* gnu/packages/music.scm (synthv1)[arguments]: Add configure-flag.
master
David Craven 2016-08-20 21:36:10 +02:00
parent 15354d86ce
commit 69008d73c8
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 4 additions and 2 deletions

View File

@ -702,8 +702,10 @@ Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
(base32
"0h5zja78phf9705i9g54zh61iczb24iv7rxhljyms30sjgajig1y"))))
(build-system gnu-build-system)
;; There are no tests.
(arguments `(#:tests? #f))
(arguments
`(#:tests? #f ; There are no tests.
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
(inputs
`(("jack" ,jack-1)
("lv2" ,lv2)