mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: fish: Extend with (cargo-guile-json).
* gnu/packages/shells.scm (fish)[arguments] <#:phases>: Extend with (cargo-guile-json). Change-Id: I393ff7ab1df759efbe22ce1b8c9c5dba1661bc5d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
188f7d0d8a
commit
5af362b216
1 changed files with 2 additions and 2 deletions
|
|
@ -171,6 +171,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
|
|||
((guix build gnu-build-system) #:prefix gnu:)
|
||||
(guix build utils))
|
||||
#:phases
|
||||
(with-extensions (list (cargo-guile-json))
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'use-guix-vendored-dependencies
|
||||
(lambda _
|
||||
|
|
@ -301,8 +302,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
|
|||
" set -e fish_function_path\n"
|
||||
"end\n")
|
||||
port)
|
||||
(close-port port))
|
||||
#t)))))
|
||||
(close-port port))))))))
|
||||
(synopsis "The friendly interactive shell")
|
||||
(description
|
||||
"Fish (friendly interactive shell) is a shell focused on interactive use,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue