From f5c418be09f5abc70366702a762fdd86e204bd12 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 20 Apr 2026 11:41:25 +0300 Subject: [PATCH] gnu: fish: Run more tests. * gnu/packages/shells.scm (fish)[native-inputs]: Add python-pexpect. Change-Id: I1b712178f7e9263bb7682bd8fc1572949639c0a4 --- gnu/packages/shells.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 2eb07b4200e..4124d5e34c3 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"))