guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: dpkg: Remove input labels.


From: guix-commits
Subject: 03/03: gnu: dpkg: Remove input labels.
Date: Wed, 25 May 2022 13:49:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07101ac33fc0596a0ad4b7a59a12f4dbd5c0cd58
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200

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

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 2056d8c6a5..03a1778a36 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -397,16 +397,16 @@ other apt sources typically provided by open source 
developers.")
                          "dpkg-source"
                          "dpkg-vendor")))))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("gnupg" ,gnupg)                 ; to run t/Dpkg_OpenPGP.t
-       ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)
-       ("perl-io-string" ,perl-io-string)))
+     (list autoconf
+           automake
+           gettext-minimal
+           gnupg                        ; to run t/Dpkg_OpenPGP.t
+           libtool
+           pkg-config
+           perl-io-string))
     (inputs
      (list bzip2
-           guile-3.0        ; For wrap-script
+           guile-3.0                    ; for wrap-script
            libmd
            ncurses
            perl



reply via email to

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