gnu: tremc: Fix shebang.
* gnu/packages/bittorrent.scm (tremc)[inputs]: Add python.
This commit is contained in:
parent
ed8d31bf17
commit
591ee071c6
|
@ -205,6 +205,8 @@ XML-RPC over SCGI.")
|
||||||
;; place.
|
;; place.
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
|
(inputs
|
||||||
|
`(("python" ,python)))
|
||||||
(synopsis "Console client for the Transmission BitTorrent daemon")
|
(synopsis "Console client for the Transmission BitTorrent daemon")
|
||||||
(description "Tremc is a console client, with a curses interface, for the
|
(description "Tremc is a console client, with a curses interface, for the
|
||||||
Transmission BitTorrent daemon.")
|
Transmission BitTorrent daemon.")
|
||||||
|
|
Loading…
Reference in New Issue