diff options
| author | Jake Koroman <jakekoroman@proton.me> | 2025-01-27 03:05:16 +0000 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-02-02 16:51:57 -0500 |
| commit | ad59a0c88bac673e1267d928fdfe2e83858d2839 (patch) | |
| tree | e43e240e0366e09f0e2086882e65b748d4ecd42d /gnu | |
| parent | b64d3168af697ceb2a96e7e2c62bcf418b8a586a (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/password-utils.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 0a3711bbb9f..81758cea432 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -1073,10 +1073,7 @@ using password-store through rofi interface: | |||
| 1073 | (("#clibpoard_backend=xclip") | 1073 | (("#clibpoard_backend=xclip") |
| 1074 | "clipboard_backend=wl-clipboard") | 1074 | "clipboard_backend=wl-clipboard") |
| 1075 | (("#backend=xdotool") | 1075 | (("#backend=xdotool") |
| 1076 | "backend=wtype")) | 1076 | "backend=wtype")))) |
| 1077 | (substitute* "rofi-pass" | ||
| 1078 | (("/etc") | ||
| 1079 | (string-append #$output "/etc"))))) | ||
| 1080 | ;; Use Wayland related tools instead. | 1077 | ;; Use Wayland related tools instead. |
| 1081 | (replace 'wrap-path | 1078 | (replace 'wrap-path |
| 1082 | (lambda* (#:key inputs #:allow-other-keys) | 1079 | (lambda* (#:key inputs #:allow-other-keys) |
