[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: toot: Fix build.
From: |
guix-commits |
Subject: |
01/08: gnu: toot: Fix build. |
Date: |
Sat, 14 Dec 2024 14:51:27 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ce1032d25ba0b6398e93503de833591702143656
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 20:43:17 2024 +0200
gnu: toot: Fix build.
* gnu/packages/fediverse.scm (toot)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1
---
gnu/packages/fediverse.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
- branch master updated (e92b20a41a -> af027c815f), guix-commits, 2024/12/14
- 01/08: gnu: toot: Fix build.,
guix-commits <=
- 02/08: gnu: python-urwidgets: Update to 0.2.1., guix-commits, 2024/12/14
- 05/08: gnu: python-setuptools-scm-next: Fix build., guix-commits, 2024/12/14
- 04/08: gnu: vdirsyncer: Fix build., guix-commits, 2024/12/14
- 08/08: gnu: python-libvirt: Fix build., guix-commits, 2024/12/14
- 06/08: gnu: python-sip: Skip the test phase., guix-commits, 2024/12/14
- 07/08: gnu: b4: Fix build., guix-commits, 2024/12/14
- 03/08: gnu: python-icalendar: Fix build., guix-commits, 2024/12/14