~ruther/guix-local

c94153ca7715d8c073d89b6c0fcdb233c75d6440 — Artyom V. Poptsov 1 year, 5 months ago c28b941
gnu: todoman: Fix build.

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

Change-Id: Ic5e1b74180a2ac10edc023f096084edcf469e1d0
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/task-management.scm
M gnu/packages/task-management.scm => gnu/packages/task-management.scm +4 -1
@@ 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