mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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:
parent
c28b941aaa
commit
c94153ca77
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
||||||
;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
|
;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
|
||||||
;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -467,7 +468,9 @@ (define-public todoman
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-runner
|
python-pytest-runner
|
||||||
python-pytz))
|
python-pytz
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-atomicwrites
|
(list python-atomicwrites
|
||||||
python-click
|
python-click
|
||||||
|
|
Loading…
Reference in a new issue