gnu: qsynth: Build with gnu++11.

* gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
master
David Craven 2016-08-20 21:34:09 +02:00
parent 6670c99c97
commit f2358305c4
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 3 additions and 1 deletions

View File

@ -2113,7 +2113,9 @@ interface.")
(base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no "check" phase
`(#:tests? #f ; no "check" phase
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
(native-inputs
`(("qttools" ,qttools)))
(inputs