@@ 38,7 38,7 @@
(base32 "0s4r8kk8zq8y8l7b6ywqsn60ybbgvjv2d7a7bkgbynxhc0nmbh2l"))))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("completions" "completions"))))
+ '(#:install-plan '(("completions" "completions"))))
(home-page "https://github.com/brgmnn/fish-docker-compose")
(synopsis "Docker Compose completion for fish shell")
(description "Fish shell completions for docker-compose, completing both subcommands for docker-compose as well as services for those subcommands.")
@@ 59,7 59,7 @@
(base32 "09qcj82qfs4y4nfwvy90y10xmx6vc9yp33nmyk1mpvx0dx6ri21r"))))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("completions" "completions"))))
+ '(#:install-plan '(("completions" "completions"))))
(home-page "https://github.com/evanlucas/fish-kubectl-completions")
(synopsis "Kubectl completion for fish shell")
(description "Fish shell completions for kubectl")
@@ 80,7 80,7 @@
(base32 "0mb01y1d0g8ilsr5m8a71j6xmqlyhf8w4xjf00wkk8k41cz3ypky"))))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("functions" "functions"))))
+ '(#:install-plan '(("functions" "functions"))))
(home-page "https://github.com/edc/bass")
(synopsis "Bass makes it easy to use utilities written for Bash in fish shell")
(description "Bass is created to make it possible to use bash utilities in fish shell without any modification.
@@ 103,7 103,7 @@ It works by capturing what environment variables are modified by the utility of
(inputs `(("fzf" ,fzf)))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("functions" "functions")
+ '(#:install-plan '(("functions" "functions")
("conf.d" "conf.d"))))
(home-page "https://github.com/jethrokuan/fzf")
(synopsis "FZF integration in Fish shell")
@@ 129,7 129,7 @@ It works by capturing what environment variables are modified by the utility of
(base32 "1h3yga2js5xzbj290m8jp2ncf1jygmbas2f2vs5hbzwv49nckfps"))))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("functions" "functions")
+ '(#:install-plan '(("functions" "functions")
("conf.d" "conf.d")
("completions" "completions"))))
(home-page "https://github.com/jorgebucaran/nvm.fish")
@@ 158,7 158,7 @@ Quickly install and switch between runtimes without cluttering your home directo
(base32 "00xqlyl3lffc5l0viin1nyp819wf81fncqyz87jx8ljjdhilmgbs"))))
(build-system copy-build-system)
(arguments
- '(#:install-plan (("functions" "functions"))))
+ '(#:install-plan '(("functions" "functions"))))
(home-page "https://github.com/oh-my-fish/plugin-foreign-env")
(synopsis "A foreign/POSIX environment interface for Fish shell")
(description "This plugin is the same as fish-foreign-env, but without the /share/fish indirection.