guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: pinentry-qt: Build with gnu++11.


From: David Craven
Subject: 03/13: gnu: pinentry-qt: Build with gnu++11.
Date: Sun, 21 Aug 2016 23:50:17 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 984ad832e21ac8683766e93a31c1e2039705fc0d
Author: David Craven <address@hidden>
Date:   Sat Aug 20 15:54:18 2016 +0200

    gnu: pinentry-qt: Build with gnu++11.
    
    * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
---
 gnu/packages/gnupg.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 7bc46ab..d6ca78e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -645,6 +645,8 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs 
it.")))
     (inputs
      `(("qtbase" ,qtbase)
        ,@(package-inputs pinentry-tty)))
+    (arguments
+     `(#:configure-flags '("CXXFLAGS=-std=gnu++11")))
   (description
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} or @code{gpg2} is run and needs it.")))



reply via email to

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