gnu: dpkg: Remove input labels.
* gnu/packages/debian.scm (dpkg)[native-inputs]: Remove input labels.master
parent
cb1bd6afcd
commit
07101ac33f
|
@ -397,16 +397,16 @@ other apt sources typically provided by open source developers.")
|
||||||
"dpkg-source"
|
"dpkg-source"
|
||||||
"dpkg-vendor")))))))))
|
"dpkg-vendor")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("gnupg" ,gnupg) ; to run t/Dpkg_OpenPGP.t
|
gnupg ; to run t/Dpkg_OpenPGP.t
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("perl-io-string" ,perl-io-string)))
|
perl-io-string))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list bzip2
|
||||||
guile-3.0 ; For wrap-script
|
guile-3.0 ; for wrap-script
|
||||||
libmd
|
libmd
|
||||||
ncurses
|
ncurses
|
||||||
perl
|
perl
|
||||||
|
|
Reference in New Issue