summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-08-22 17:09:10 +0000
committerAndreas Enge <andreas@enge.fr>2026-08-24 18:49:32 +0200
commit38f2c15cc60d4b64d598540b84da1461fe403ddb (patch)
treeb3640d7e673452f1c19ca2bd235dd9067321f54d
parent6285e06dc3cb34bbcf48d137f91d9ab3bb948bb9 (diff)
gnu: libgpg-error: Remove gettext-minimal input.crypto-team
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 <andreas@enge.fr>
-rw-r--r--gnu/packages/gnupg.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 0847d006812..2f3e059fa76 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -160,7 +160,6 @@
160 (("(^| )main *\\(.*" all) 160 (("(^| )main *\\(.*" all)
161 (string-append all "{\n exit (77);//"))))))) 161 (string-append all "{\n exit (77);//")))))))
162 (else #~()))))) 162 (else #~())))))
163 (native-inputs (list gettext-minimal))
164 (home-page "https://gnupg.org/software/libgpg-error") 163 (home-page "https://gnupg.org/software/libgpg-error")
165 (synopsis "Library of error values for GnuPG components") 164 (synopsis "Library of error values for GnuPG components")
166 (description 165 (description