gnu: libgpg-error: Remove input label.
* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove label.
This commit is contained in:
parent
6be081eb12
commit
cda7e5d0e5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
(_ #t)))
|
(_ #t)))
|
||||||
(#t #t)))))))
|
(#t #t)))))))
|
||||||
'()))
|
'()))
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)))
|
(native-inputs (list gettext-minimal))
|
||||||
(home-page "https://gnupg.org")
|
(home-page "https://gnupg.org")
|
||||||
(synopsis "Library of error values for GnuPG components")
|
(synopsis "Library of error values for GnuPG components")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue