mbakke pushed a commit to branch core-updates
in repository guix.
commit cda7e5d0e530fbe8157c63a9fac64331deca1bbe
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 22:18:07 2022 +0200
gnu: libgpg-error: Remove input label.
* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove label.
---
gnu/packages/gnupg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 15909713c3..22fef794b0 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -142,7 +142,7 @@
(_ #t)))
(#t #t)))))))
'()))
- (native-inputs `(("gettext" ,gettext-minimal)))
+ (native-inputs (list gettext-minimal))
(home-page "https://gnupg.org")
(synopsis "Library of error values for GnuPG components")
(description