guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1956dd68caf42cb8b2da22749c824432f6ce079d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Nov 3 10:25:07 2025 +0100

    gnu: rofi-pass: Remove reference to deprecated input.
    
    This is a followup to 79ff2b353aa3be6bd9e16f6de04e7edea05c51f1.
    
    * gnu/packages/password-utils.scm (rofi-pass-wayland)[inputs]: Remove
    ‘replace’ clause.
    
    Change-Id: Iee7393388e5d3396eb38cbc68a6cbe39623b4bfc
---
 gnu/packages/password-utils.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 5860e9b57c..a41518a80f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1225,7 +1225,6 @@ using password-store through rofi interface:
                    (list "addpass" "rofi-pass")))))))))
     (inputs
      (modify-inputs (package-inputs rofi-pass)
-       (replace "rofi" rofi-wayland)
        (replace "xclip" wl-clipboard)
        (replace "xdotool" wtype)
        (delete "xset")))

Reply via email to