summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-04-20 11:41:25 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-04-20 11:41:25 +0300
commitf5c418be09f5abc70366702a762fdd86e204bd12 (patch)
tree97e36bf262754c522a51c2ccf175b08ae3003e38 /gnu
parenta4ecd92daee60d62d9ff4bd8bad970f46961dcd1 (diff)
gnu: fish: Run more tests.
* gnu/packages/shells.scm (fish)[native-inputs]: Add python-pexpect. Change-Id: I1b712178f7e9263bb7682bd8fc1572949639c0a4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/shells.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2eb07b4200..4124d5e34c 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -156,6 +156,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(list gettext-minimal ;localization support
pkg-config
procps ;for the test suite
+ python-pexpect ;for the test suite
;; python-sphinx ;for documentation TODO: cargo-xtask
rust
`(,rust "cargo"))