guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d9197db628742050280f18a7ac7063b49c1993da
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 10 17:28:55 2026 +0200

    gnu: fish: Add localization support.
    
    * gnu/packages/shells.scm (fish)[native-inputs]: Add gettext-minimal.
    
    Change-Id: Ib0749b44962ff6f26a67dfaf6134024f6d09a1e5
---
 gnu/packages/shells.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 33612f0469..c10f1f610d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -16,7 +16,7 @@
 ;;; Copyright © 2019, 2020, 2023, 2025 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2020 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2020 Ryan Prior <[email protected]>
-;;; Copyright © 2020, 2022, 2024 Efraim Flashner <[email protected]>
+;;; Copyright © 2020, 2022, 2024, 2026 Efraim Flashner <[email protected]>
 ;;; Copyright © 2020, 2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2021, 2022 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2021, 2022 Felix Gruber <[email protected]>
@@ -56,6 +56,7 @@
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages gettext)
   #:use-module (gnu packages groff)
   #:use-module (gnu packages guile)
   #:use-module (gnu packages libbsd)
@@ -151,6 +152,7 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
     (native-inputs
      (append
       (list doxygen
+            gettext-minimal             ;localization support
             groff                       ;for 'fish --help'
             pkg-config
             procps                      ;for the test suite

Reply via email to