gnu: pinentry-qt: Build with gnu++11.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
This commit is contained in:
parent
a0919cad5f
commit
984ad832e2
|
@ -645,6 +645,8 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs it.")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
,@(package-inputs pinentry-tty)))
|
,@(package-inputs pinentry-tty)))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("CXXFLAGS=-std=gnu++11")))
|
||||||
(description
|
(description
|
||||||
"Pinentry provides a console and a Qt GUI that allows users to enter a
|
"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.")))
|
passphrase when @code{gpg} or @code{gpg2} is run and needs it.")))
|
||||||
|
|
Loading…
Reference in New Issue