1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: sd: Fix elvish completion install

* gnu/packages/rust-apps.scm (sd)[#:phases]<install-extras>: Update.

Change-Id: Ia08d0888c9d8e245f8590e5a8b32d8fbf65fbcca
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Ashish SHUKLA
2026-03-22 20:26:12 +00:00
committed by Efraim Flashner
parent 88b012ab65
commit 9c919a9693

View File

@@ -50,6 +50,7 @@
;;; Copyright © 2026 Daniel Khodabakhsh <d@niel.khodabakh.sh>
;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org>
;;; Copyright © 2026 Sughosha <sughosha@disroot.org>
;;; Copyright © 2026 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3860,7 +3861,7 @@ consecutive lines and since program start.")
#:install-plan
'(("gen/sd.1" "share/man/man1/")
("gen/completions/sd.bash" "share/bash-completion/completions/sd")
("gen/completions/sd.elv" "share/elvish/lib")
("gen/completions/sd.elv" "share/elvish/lib/")
("gen/completions/sd.fish" "share/fish/vendor_completions.d/")
("gen/completions/_sd" "share/zsh/site-functions/"))
args))))))