~ruther/guix-local

1956dd68caf42cb8b2da22749c824432f6ce079d — Ludovic Courtès 5 months ago c58dfea
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
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +0 -1
@@ 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")))