mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <ngraves@ngraves.fr> Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
b64d3168af
commit
ad59a0c88b
1 changed files with 1 additions and 4 deletions
|
@ -1073,10 +1073,7 @@ using password-store through rofi interface:
|
||||||
(("#clibpoard_backend=xclip")
|
(("#clibpoard_backend=xclip")
|
||||||
"clipboard_backend=wl-clipboard")
|
"clipboard_backend=wl-clipboard")
|
||||||
(("#backend=xdotool")
|
(("#backend=xdotool")
|
||||||
"backend=wtype"))
|
"backend=wtype"))))
|
||||||
(substitute* "rofi-pass"
|
|
||||||
(("/etc")
|
|
||||||
(string-append #$output "/etc")))))
|
|
||||||
;; Use Wayland related tools instead.
|
;; Use Wayland related tools instead.
|
||||||
(replace 'wrap-path
|
(replace 'wrap-path
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue