mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: toot: Fix build.
* gnu/packages/fediverse.scm (toot)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1
This commit is contained in:
parent
e92b20a41a
commit
ce1032d25b
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ (define-public toot
|
|||
(list python-psycopg2-binary
|
||||
python-pytest
|
||||
python-pyyaml
|
||||
python-typing-extensions))
|
||||
python-setuptools
|
||||
python-typing-extensions
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list python-beautifulsoup4
|
||||
python-click
|
||||
|
|
Loading…
Reference in a new issue