summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-14 23:19:31 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:35 +0000
commit5af362b21659e0d30727ba328ecbb87c39bd84db (patch)
tree550225afce0ad34fd797fd458162454598ac72c7 /gnu/packages/shells.scm
parent188f7d0d8ab5ac0e241694f8ea3620184ba26cf3 (diff)
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>
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b4ac9289bfd..09b8fbaa5a9 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -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,