guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: grantlee: Fix build for Qt 5.12.


From: guix-commits
Subject: 01/01: gnu: grantlee: Fix build for Qt 5.12.
Date: Wed, 6 Nov 2019 04:30:45 -0500 (EST)

htgoebel pushed a commit to branch staging
in repository guix.

commit ea57bb893eeb7008064d2f511dede616d4bdcbd1
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 5 21:44:49 2019 +0100

    gnu: grantlee: Fix build for Qt 5.12.
    
    Build using gnu++11 standard.
    
    * gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New
      element.
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8928c1d..0ef8796 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]