mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-termcolor-1: Fix build.
* gnu/packages/python-xyz.scm (python-termcolor-1) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idc247338aea624fd62a4d126451bb174d41c9fb6
This commit is contained in:
parent
9dc91360fd
commit
e25ed31ea5
1 changed files with 4 additions and 1 deletions
|
@ -17593,7 +17593,10 @@ a hash value.")
|
||||||
(base32
|
(base32
|
||||||
"0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"))))
|
"0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"))))
|
||||||
;; There are no tests
|
;; There are no tests
|
||||||
(arguments (list #:tests? #false))))
|
(arguments (list #:tests? #false))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools
|
||||||
|
python-wheel))))
|
||||||
|
|
||||||
(define-public python-terminaltables
|
(define-public python-terminaltables
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue