diff options
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 6fb2684326..60ea8e993e 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -115,6 +115,7 @@ #:use-module (gnu packages popt) #:use-module (gnu packages protobuf) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-check) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) @@ -255,8 +256,8 @@ managers.") (substitute* "tests/pty_test.py" (("python3") (search-input-file inputs "/bin/python3")))))))) (native-inputs - ;; For tests. - (list python-pytest)) + (list python-pytest ; For tests. + python-setuptools python-wheel)) (home-page "https://asciinema.org") (synopsis "Terminal session recorder") (description |