summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:06 +0200
commit07101ac33fc0596a0ad4b7a59a12f4dbd5c0cd58 (patch)
treed4bc0e28a94a65da3a5493100897d2154b1bd20e
parentcb1bd6afcdc8ab6b8f7e626864d2d7253dcd737c (diff)
gnu: dpkg: Remove input labels.
* gnu/packages/debian.scm (dpkg)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/debian.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 2056d8c6a5d..03a1778a364 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -397,16 +397,16 @@ other apt sources typically provided by open source developers.")
397 "dpkg-source" 397 "dpkg-source"
398 "dpkg-vendor"))))))))) 398 "dpkg-vendor")))))))))
399 (native-inputs 399 (native-inputs
400 `(("autoconf" ,autoconf) 400 (list autoconf
401 ("automake" ,automake) 401 automake
402 ("gettext" ,gettext-minimal) 402 gettext-minimal
403 ("gnupg" ,gnupg) ; to run t/Dpkg_OpenPGP.t 403 gnupg ; to run t/Dpkg_OpenPGP.t
404 ("libtool" ,libtool) 404 libtool
405 ("pkg-config" ,pkg-config) 405 pkg-config
406 ("perl-io-string" ,perl-io-string))) 406 perl-io-string))
407 (inputs 407 (inputs
408 (list bzip2 408 (list bzip2
409 guile-3.0 ; For wrap-script 409 guile-3.0 ; for wrap-script
410 libmd 410 libmd
411 ncurses 411 ncurses
412 perl 412 perl