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.
|
||||
(delete 'configure)
|
||||
(delete 'build))))
|
||||
(inputs
|
||||
`(("python" ,python)))
|
||||
(synopsis "Console client for the Transmission BitTorrent daemon")
|
||||
(description "Tremc is a console client, with a curses interface, for the
|
||||
Transmission BitTorrent daemon.")
|
||||
|
|
Loading…
Reference in New Issue