gnu: pinentry-qt: Build with qtbase.
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
d438c9683b
commit
e2788cef13
|
@ -611,7 +611,7 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs it.")))
|
||||||
(inherit pinentry-tty)
|
(inherit pinentry-tty)
|
||||||
(name "pinentry-qt")
|
(name "pinentry-qt")
|
||||||
(inputs
|
(inputs
|
||||||
`(("qt" ,qt)
|
`(("qtbase" ,qtbase)
|
||||||
,@(package-inputs pinentry-tty)))
|
,@(package-inputs pinentry-tty)))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue