diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-02-17 20:06:47 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-02-18 21:16:19 +0800 |
| commit | f46fc3849782ecb64c9109ed2f0a97e5e3f8a208 (patch) | |
| tree | 3dd3020378b59cfea89ededd2ed3dc0a1bc2ab71 /gnu/packages/shells.scm | |
| parent | ba63639d492076d65012c9690b159b7ef90c05e4 (diff) | |
gnu: fish: Remove unused dependencies.
The documentation has been built with Sphinx since fish 3.1b1.
groff dependency has been removed since fish 4.1.0.
* gnu/packages/shells.scm (fish)
[arguments] <#:phases>: Remove embed-absolute-paths phase.
[native-inputs]: Remove doxygen and groff.
Add comment for python-sphinx.
Diffstat (limited to 'gnu/packages/shells.scm')
| -rw-r--r-- | gnu/packages/shells.scm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 5d09c9e8ddb..4620dccd8f1 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -74,6 +74,7 @@ #:use-module (gnu packages readline) #:use-module (gnu packages rust) #:use-module (gnu packages scheme) + #:use-module (gnu packages sphinx) #:use-module (gnu packages terminals) #:use-module (gnu packages version-control) #:use-module (gnu packages xdisorg) @@ -151,11 +152,10 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (cargo-inputs 'fish))) (native-inputs (append - (list doxygen - gettext-minimal ;localization support - groff ;for 'fish --help' + (list gettext-minimal ;localization support pkg-config procps ;for the test suite + ;; python-sphinx ;for documentation TODO: cargo-xtask rust `(,rust "cargo")) (or (and=> (%current-target-system) @@ -252,11 +252,6 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") "end\n") port) (close-port port)))) - ;; Embed absolute paths. - (add-before 'install 'embed-absolute-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "share/functions/__fish_print_help.fish" - (("nroff") (search-input-file inputs "bin/nroff"))))) ;; Enable completions, functions and configurations in user's and ;; system's guix profiles by adding them to __extra_* variables. (add-before 'install 'patch-fish-extra-paths |
