mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-tldr: Fix build.
* gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
This commit is contained in:
parent
4eaeff9979
commit
cf3f3dc056
1 changed files with 3 additions and 1 deletions
|
@ -28890,7 +28890,9 @@ (define-public python-tldr
|
|||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-runner
|
||||
python-sphinx-argparse))
|
||||
python-setuptools
|
||||
python-sphinx-argparse
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-colorama
|
||||
python-termcolor
|
||||
|
|
Loading…
Reference in a new issue