diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-15 16:05:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-15 20:10:21 +0200 |
commit | 591ee071c66e676dd0f8ff3e836124daa1a7b7f7 (patch) | |
tree | dbd86d2b87bcff16d91c43e2dd5e52fce1af021e /gnu/packages/bittorrent.scm | |
parent | ed8d31bf17ef748cfdcbdae5179a8d32e0ca1db0 (diff) | |
download | guix-591ee071c66e676dd0f8ff3e836124daa1a7b7f7.tar guix-591ee071c66e676dd0f8ff3e836124daa1a7b7f7.tar.gz |
gnu: tremc: Fix shebang.
* gnu/packages/bittorrent.scm (tremc)[inputs]: Add python.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index ce1e93ef00..d29c3f6894 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -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.") |