~ruther/guix-local

cf3f3dc056fcc91156ce5117dffd247d229003ba — John Kehayias 1 year, 4 months ago 4eaeff9
gnu: python-tldr: Fix build.

* gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 28890,7 28890,9 @@ Public Suffix List's private domains as well.")
    (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