gnu: grantlee: Fix build for Qt 5.12.
Build using gnu++11 standard. * gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New element.
This commit is contained in:
parent
998e6cdcd2
commit
ea57bb893e
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ (define-public grantlee
|
|||
("qtscript" ,qtscript)))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("-DCMAKE_CXX_STANDARD=11")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-broken-tests
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue