gnu: dpkg: Remove input labels.

* gnu/packages/debian.scm (dpkg)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent cb1bd6afcd
commit 07101ac33f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 8 deletions

View File

@ -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