From 4821e3eb4edd532bb236973a986e609634d0ab28 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 19 Jan 2022 12:43:19 +0200 Subject: gnu: libtorrent-rasterbar: Remove input labels. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels. --- gnu/packages/bittorrent.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/bittorrent.scm') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 8242819228..13808a0d46 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -462,9 +462,10 @@ and will take advantage of multiple processor cores where possible.") "--rerun-failed" "--output-on-failure")))))))) (inputs (list boost openssl)) - (native-inputs `(("libfaketime" ,libfaketime) - ("python" ,python-wrapper) - ("pkg-config" ,pkg-config))) + (native-inputs + (list libfaketime + python-wrapper + pkg-config)) (home-page "https://www.libtorrent.org/") (synopsis "Feature-complete BitTorrent implementation") (description -- cgit v1.2.3