diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-11-03 10:25:07 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-12 18:34:06 +0100 |
| commit | 1956dd68caf42cb8b2da22749c824432f6ce079d (patch) | |
| tree | e75a9337ef861ab45c44a0df880968ba3ff902c0 | |
| parent | c58dfea1c9e69d0ad61517ea828149a4562b013b (diff) | |
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
| -rw-r--r-- | gnu/packages/password-utils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 5860e9b57cf..a41518a80f5 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"))) |
