gnu: libgpg-error: Remove input label.

* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove label.
This commit is contained in:
Marius Bakke 2022-06-26 22:18:07 +02:00
parent 6be081eb12
commit cda7e5d0e5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -142,7 +142,7 @@ (define (link triplet source)
(_ #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