mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: tremc: Fix shebang.
* gnu/packages/bittorrent.scm (tremc)[inputs]: Add python.
This commit is contained in:
parent
ed8d31bf17
commit
591ee071c6
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,8 @@ (define-public tremc
|
|||
;; 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 a new issue