me
/
guix
Archived
1
0
Fork 0

gnu: grantlee: Fix build for Qt 5.12.

Build using gnu++11 standard.

* gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New
  element.
master
Hartmut Goebel 2019-11-05 21:44:49 +01:00
parent 998e6cdcd2
commit ea57bb893e
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@
("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 _