all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 75245@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#75245] [PATCH 2/3] gnu: pinentry-qt: Switch to Qt6.
Date: Wed,  1 Jan 2025 22:41:09 +0530	[thread overview]
Message-ID: <a98e8f67f0a5b5564ee6bb7d7edd7fe3772dc857.1735750724.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1735750724.git.sughosha@disroot.org>

* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Replace qtbase-5 with qtbase;
add qtwayland.

Change-Id: Id4cd445e84ae2f15384cf840bf8232d64f2a3f60
---
 gnu/packages/gnupg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index d713358900..4f1914d99d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -939,7 +939,7 @@ (define-public pinentry-qt
      `(#:configure-flags '("--enable-fallback-curses")))
     (inputs
      (modify-inputs (package-inputs pinentry-tty)
-       (prepend qtbase-5)))
+       (prepend qtbase qtwayland)))
   (description
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))
-- 
2.47.1





  parent reply	other threads:[~2025-01-01 17:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-01 17:05 [bug#75245] [PATCH 0/3] gnu: pinentry: Update to 1.3.1 Sughosha via Guix-patches via
2025-01-01 17:11 ` [bug#75245] [PATCH 1/3] gnu: pinentry-tty: " Sughosha via Guix-patches via
2025-01-01 17:11 ` Sughosha via Guix-patches via [this message]
2025-01-01 17:11 ` [bug#75245] [PATCH 3/3] gnu: Add pinentry-qt5 Sughosha via Guix-patches via
2025-01-12  4:42 ` bug#75245: [PATCH 0/3] gnu: pinentry: Update to 1.3.1 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a98e8f67f0a5b5564ee6bb7d7edd7fe3772dc857.1735750724.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=75245@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.