guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: eid-mw: Remove input labels.


From: guix-commits
Subject: 04/16: gnu: eid-mw: Remove input labels.
Date: Thu, 28 Jul 2022 20:46:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4aa2a62345677d4c4161783777b4ea83cbdf0a76
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: eid-mw: Remove input labels.
    
    * gnu/packages/security-token.scm (eid-mw)[native-inputs]:
    Remove input labels.
---
 gnu/packages/security-token.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 9ffe4b185f..ec79544367 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -130,14 +130,14 @@ readers and is needed to communicate with such devices 
through the
         (base32 "19sq9bs1580zrjw0cxykdvrm1rwfw8n0vbvy9kdjnykjjnb7g6g1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("autoconf-archive" ,autoconf-archive)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("libtool" ,libtool)
-       ("libassuan" ,libassuan)
-       ("pkg-config" ,pkg-config)
-       ("perl" ,perl)))
+     (list autoconf
+           autoconf-archive
+           automake
+           gettext-minimal
+           libassuan
+           libtool
+           perl
+           pkg-config))
     (inputs
      (list curl
            openssl



reply via email to

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