1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: todoman: Fix build.

* gnu/packages/task-management.scm (todoman): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ic5e1b74180a2ac10edc023f096084edcf469e1d0
This commit is contained in:
Artyom V. Poptsov
2024-12-31 14:05:14 +03:00
parent c28b941aaa
commit c94153ca77

View File

@@ -10,6 +10,7 @@
;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -467,7 +468,9 @@ on arbitrary tasks. All the time data is saved in files residing in the
python-pytest
python-pytest-cov
python-pytest-runner
python-pytz))
python-pytz
python-setuptools
python-wheel))
(propagated-inputs
(list python-atomicwrites
python-click