summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-01-19 12:43:19 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-01-19 13:04:21 +0200
commit4821e3eb4edd532bb236973a986e609634d0ab28 (patch)
treeca87e83d101d9bfbd5e369298946ec113418282e /gnu/packages/bittorrent.scm
parentd6255062954c67bb73aa342fffc070e0955a336f (diff)
downloadguix-patches-4821e3eb4edd532bb236973a986e609634d0ab28.tar
guix-patches-4821e3eb4edd532bb236973a986e609634d0ab28.tar.gz
gnu: libtorrent-rasterbar: Remove input labels.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r--gnu/packages/bittorrent.scm7
1 files changed, 4 insertions, 3 deletions
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