[PATCH] gnu: keepassxc: Enable wayland support.

  • Done
  • quality assurance status badge
Details
One participant
  • Jonathan Brielmaier
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 2 years ago
(address . guix-patches@gnu.org)(address . jonathan.brielmaier@web.de)
20230108223051.12143-1-jonathan.brielmaier@web.de
* gnu/packages/password-utils.scm (keepassxc)[inputs]: Add qtwayland-5.
---
gnu/packages/password-utils.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (12 lines)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 410c92d268..9fc41d9b0a 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -197,6 +197,7 @@ (define-public keepassxc
qrencode
qtbase-5
qtsvg-5
+ qtwayland-5
qtx11extras
quazip-0 ; XC_KEESHARE
readline
--
2.38.1
Jonathan Brielmaier wrote 2 years ago
(address . 60665@debbugs.gnu.org)
637fd50e-a472-ae3a-193d-2589ca7f6213@web.de
It works both well, under X.org (Gnome) as well as on wayland (sway).
`guix size` gets increased from 1270 MiB to 1300 MiB.
Jonathan Brielmaier wrote 2 years ago
(address . 60665-done@debbugs.gnu.org)(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
98a0f5eb-383b-f89f-977c-ca0b6c2d5edf@web.de
Pushed as 9b9004253b12a3e2d3792d39a7b05cf6238af1ae
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60665@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60665
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help