diff options
author | Artyom V. Poptsov <[email protected]> | 2024-12-31 14:05:14 +0300 |
---|---|---|
committer | Artyom V. Poptsov <[email protected]> | 2024-12-31 14:07:35 +0300 |
commit | c94153ca7715d8c073d89b6c0fcdb233c75d6440 (patch) | |
tree | ae433f3c0fe1aac5d57344c9293c3145770749f1 /gnu/packages/task-management.scm | |
parent | c28b941aaa50374ef11f478366b4e38642bcc725 (diff) |
gnu: todoman: Fix build.
* gnu/packages/task-management.scm (todoman): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ic5e1b74180a2ac10edc023f096084edcf469e1d0
Diffstat (limited to 'gnu/packages/task-management.scm')
-rw-r--r-- | gnu/packages/task-management.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm index 30eaef16a6..03bc1aed2f 100644 --- a/gnu/packages/task-management.scm +++ b/gnu/packages/task-management.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2022 Foo Chuan Wei <[email protected]> ;;; Copyright © 2022 Pavel Shlyak <[email protected]> ;;; Copyright © 2022 Matthew James Kraai <[email protected]> +;;; Copyright © 2024 Artyom V. Poptsov <[email protected]> ;;; ;;; 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 |