guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 01/04: guix: Use ‘gettext-minimal’.


From: Ludovic Courtès
Subject: [shepherd] 01/04: guix: Use ‘gettext-minimal’.
Date: Sun, 19 Nov 2023 17:37:21 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit e7d08e89031486aaf6d31fb128bcb6a53aa8c25b
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]