guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/19: gnu: libgpg-error: Remove input label.


From: guix-commits
Subject: 18/19: gnu: libgpg-error: Remove input label.
Date: Sun, 26 Jun 2022 17:24:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cda7e5d0e530fbe8157c63a9fac64331deca1bbe
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]