guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 2f6afa3d2c52c6bc9025928d4d2782a80ceac8ca
Author: Yelninei <[email protected]>
AuthorDate: Sat Aug 22 17:09:10 2026 +0000

    gnu: libgpg-error: Remove gettext-minimal input.
    
    Not needed when building from the tarball.
    
    * gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove 
gettext-minimal.
    
    Merges: guix/guix!10722
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/gnupg.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 0847d00681..2f3e059fa7 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -160,7 +160,6 @@
                         (("(^| )main *\\(.*" all)
                          (string-append all "{\n  exit (77);//")))))))
               (else #~())))))
-    (native-inputs (list gettext-minimal))
     (home-page "https://gnupg.org/software/libgpg-error";)
     (synopsis "Library of error values for GnuPG components")
     (description

Reply via email to