mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:56:23 +01:00
gnu: libtorrent-rasterbar: Remove input labels.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels.
This commit is contained in:
parent
d625506295
commit
4821e3eb4e
1 changed files with 4 additions and 3 deletions
|
@ -462,9 +462,10 @@ (define-public libtorrent-rasterbar
|
||||||
"--rerun-failed"
|
"--rerun-failed"
|
||||||
"--output-on-failure"))))))))
|
"--output-on-failure"))))))))
|
||||||
(inputs (list boost openssl))
|
(inputs (list boost openssl))
|
||||||
(native-inputs `(("libfaketime" ,libfaketime)
|
(native-inputs
|
||||||
("python" ,python-wrapper)
|
(list libfaketime
|
||||||
("pkg-config" ,pkg-config)))
|
python-wrapper
|
||||||
|
pkg-config))
|
||||||
(home-page "https://www.libtorrent.org/")
|
(home-page "https://www.libtorrent.org/")
|
||||||
(synopsis "Feature-complete BitTorrent implementation")
|
(synopsis "Feature-complete BitTorrent implementation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue