gnu: asciinema: Fix test requirements.

* gnu/packages/terminals.scm (asciinema)[native-inputs]: Add python-requests.
master
Marius Bakke 2016-12-17 12:19:41 +01:00
parent cdc2bb50b2
commit 39d0de3375
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ insert mode and command mode where keybindings have different functions.")
(string-append "'" ncurses "/bin/tput'"))))
#t)))))
(inputs `(("ncurses" ,ncurses)))
(native-inputs
;; For tests.
`(("python-requests" ,python-requests)))
(home-page "https://asciinema.org")
(synopsis "Terminal session recorder")
(description