guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 89480bfd84ebde67a054ee81cd213c3760594fca
Author: Ivan Vilata-i-Balaguer <[email protected]>
AuthorDate: Sat Mar 14 01:41:24 2026 +0100
gnu: impass: Fix GTK and GObject inputs.
* gnu/packages/password-utils.scm (impass): Fix inputs.
[inputs] Replace gtk+ with gtk; add gobject-introspection.
Change-Id: I41c687e7ae0837afc27c4574e0c3bb176f25986c
---
gnu/packages/password-utils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 74a9b30fa7..3aa5a77ece 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -45,6 +45,7 @@
;;; Copyright © 2025 Cayetano Santos <[email protected]>
;;; Copyright © 2025 Isidor Zeuner <[email protected]>
;;; Copyright © 2026 John Dawson <[email protected]>
+;;; Copyright © 2026 Ivan Vilata i Balaguer <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -872,7 +873,7 @@ command-line programs (@command{pwqcheck},
@command{pwqfilter}, and
(string-append #$output "/share/man/man1")))))))
(build-system pyproject-build-system)
(inputs
- (list bash-minimal gtk+ python-xdo python-gpg python-pygobject))
+ (list bash-minimal gtk gobject-introspection python-xdo python-gpg
python-pygobject))
(propagated-inputs
(list xclip))
(native-inputs