civodul pushed a commit to branch master
in repository shepherd.

commit e7d08e89031486aaf6d31fb128bcb6a53aa8c25b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Nov 19 18:17:27 2023 +0100

    guix: Use ‘gettext-minimal’.
    
    * .guix/modules/shepherd-package.scm (development-packages): Replace
    “gettext” with “gettext-minimal”.
    (shepherd-from-tarball): Adjust accordingly.
---
 .guix/modules/shepherd-package.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.guix/modules/shepherd-package.scm 
b/.guix/modules/shepherd-package.scm
index 3bfd087..e8b1c3d 100644
--- a/.guix/modules/shepherd-package.scm
+++ b/.guix/modules/shepherd-package.scm
@@ -64,7 +64,7 @@
 
 (define development-packages
   ;; Packages needed when building from Git.
-  '("autoconf" "automake" "gettext" "texinfo" "help2man"))
+  '("autoconf" "automake" "gettext-minimal" "texinfo" "help2man"))
 
 (define-public shepherd
   (package
@@ -157,7 +157,7 @@ interface and is based on GNU Guile.")
                   (chdir directory))))))))
     (native-inputs
      (modify-inputs (package-native-inputs shepherd)
-       (delete "autoconf" "automake" "gettext" "texinfo" "help2man")))))
+       (delete "autoconf" "automake" "gettext-minimal" "texinfo" 
"help2man")))))
 
 (define-public guile2.2-shepherd
   (package

Reply via email to