guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]