From e2788cef13eaf9634614f00044c9773e4a52a2d9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 15 Jun 2016 11:26:10 +0300 Subject: gnu: pinentry-qt: Build with qtbase. * gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase. --- gnu/packages/gnupg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 @@ (define-public pinentry-qt (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 -- cgit v1.2.3