gnu: pinentry-qt: Build with gnu++11.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.master
parent
a0919cad5f
commit
984ad832e2
|
@ -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.")))
|
||||
|
|
Reference in New Issue