From ad59a0c88bac673e1267d928fdfe2e83858d2839 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Mon, 27 Jan 2025 03:05:16 +0000 Subject: [PATCH] gnu: rofi-pass-wayland: Fix package inheritance bug. This package inherits from ROFI-PASS, and erroneously duplicates a path substitution from that package's 'fix-etc-path' phase. The patched path is incorrect after the substitution is performed twice. * gnu/packages/password-utils.scm (rofi-pass-wayland)[arguments]: Remove duplicated patching of '/etc' in the 'set-wayland-defaults' phase. Change-Id: I61d7ed4f9f84903aef2a21a3bc5ca3e65a092577 Reviewed-by: Nicolas Graves Signed-off-by: Leo Famulari --- gnu/packages/password-utils.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 0a3711bbb9f6b1a9c4e8ca49e191beb292f28eeb..81758cea43244ff673ea51397c7d660b9bfa0899 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -1073,10 +1073,7 @@ using password-store through rofi interface: (("#clibpoard_backend=xclip") "clipboard_backend=wl-clipboard") (("#backend=xdotool") - "backend=wtype")) - (substitute* "rofi-pass" - (("/etc") - (string-append #$output "/etc"))))) + "backend=wtype")))) ;; Use Wayland related tools instead. (replace 'wrap-path (lambda* (#:key inputs #:allow-other-keys)