gnu: qsynth: Build with gnu++11.
* gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
This commit is contained in:
parent
6670c99c97
commit
f2358305c4
|
@ -2113,7 +2113,9 @@ interface.")
|
||||||
(base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
|
(base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no "check" phase
|
`(#:tests? #f ; no "check" phase
|
||||||
|
#:configure-flags
|
||||||
|
'("CXXFLAGS=-std=gnu++11")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools)))
|
`(("qttools" ,qttools)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue