gnu: pinentry-qt: Build with gnu++11.

* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
master
David Craven 2016-08-20 15:54:18 +02:00
parent a0919cad5f
commit 984ad832e2
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 2 additions and 0 deletions

View File

@ -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.")))