From 1956dd68caf42cb8b2da22749c824432f6ce079d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 3 Nov 2025 10:25:07 +0100 Subject: [PATCH] gnu: rofi-pass: Remove reference to deprecated input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 5860e9b57cfc28337e789a911cd6d8a0b0d0b1c8..a41518a80f53f3499c8a2c1ec7e703947c7d0951 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")))