gnu: grantlee: Fix build for Qt 5.12.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 5 Nov 2019 20:44:49 +0000 (21:44 +0100)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Wed, 6 Nov 2019 09:26:25 +0000 (10:26 +0100)
Build using gnu++11 standard.

* gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New
  element.

gnu/packages/qt.scm

index 8928c1d..0ef8796 100644 (file)
        ("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 _