diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-15 11:26:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-15 11:26:10 +0300 |
commit | e2788cef13eaf9634614f00044c9773e4a52a2d9 (patch) | |
tree | 9ab5984f42a8952e649ee1b6c14ae6989fee8396 /gnu/packages/gnupg.scm | |
parent | d438c9683bdd1cdc8f0f6f1bebe669433acc0aca (diff) | |
download | patches-e2788cef13eaf9634614f00044c9773e4a52a2d9.tar patches-e2788cef13eaf9634614f00044c9773e4a52a2d9.tar.gz |
gnu: pinentry-qt: Build with qtbase.
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index e6583e5e6f..c5055b6647 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -611,7 +611,7 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs it."))) (inherit pinentry-tty) (name "pinentry-qt") (inputs - `(("qt" ,qt) + `(("qtbase" ,qtbase) ,@(package-inputs pinentry-tty))) (description "Pinentry provides a console and a Qt GUI that allows users to enter a |