diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-14 20:43:17 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-12-14 21:32:30 +0200 |
commit | ce1032d25ba0b6398e93503de833591702143656 (patch) | |
tree | c37e6822eccff2eb55bcef497ee11cbb1f4e45a0 /gnu | |
parent | e92b20a41a026b8af7dd2031eb61267b061617b5 (diff) | |
download | guix-ce1032d25ba0b6398e93503de833591702143656.tar.gz guix-ce1032d25ba0b6398e93503de833591702143656.zip |
gnu: toot: Fix build.
* gnu/packages/fediverse.scm (toot)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fediverse.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm index 7e8a5b728d..4daaa8a517 100644 --- a/gnu/packages/fediverse.scm +++ b/gnu/packages/fediverse.scm @@ -75,7 +75,9 @@ (list python-psycopg2-binary python-pytest python-pyyaml - python-typing-extensions)) + python-setuptools + python-typing-extensions + python-wheel)) (inputs (list python-beautifulsoup4 python-click |