me
/
guix
Archived
1
0
Fork 0

gnu: libtorrent-rasterbar: Remove input labels.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]:
Remove input labels.
Efraim Flashner 2022-01-19 12:43:19 +02:00
parent d625506295
commit 4821e3eb4e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

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