me
/
guix
Archived
1
0
Fork 0

gnu: python-prompt-toolkit: Correct inputs

* gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move
  python-six to [propagated-inputs]. Remove now empty [native-inputs].
master
Hartmut Goebel 2016-10-17 00:44:22 +02:00
parent d8ea5f2f27
commit 2c199b5527
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -10408,8 +10408,8 @@ implementation for Python.")
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.
(propagated-inputs
`(("python-wcwidth" ,python-wcwidth)
("python-six" ,python-six)
("python-pygments" ,python-pygments)))
(native-inputs `(("python-six" ,python-six)))
(home-page "https://github.com/jonathanslenders/python-prompt-toolkit")
(synopsis "Library for building command line interfaces in Python")
(description