me
/
guix
Archived
1
0
Fork 0

gnu: scribus: Build with gnu++11.

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

View File

@ -49,7 +49,10 @@
(base32
"0f2adwg58w37sdi3xrk8xqw486p3pcfjaypcsswjl76r2f3yd0hq"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no test target
(arguments
`(#:tests? #f ; no test target
#:configure-flags
'("-DCMAKE_CXX_FLAGS=-std=gnu++11")))
(inputs
`(("cairo" ,cairo)
("cups" ,cups)