mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ephem: Fix build.
* gnu/packages/astronomy.scm (python-ephem): [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1989fb4a6534a53f561850f1cd214c332c02d992
This commit is contained in:
parent
456f967a5a
commit
4d56a73699
1 changed files with 4 additions and 1 deletions
|
@ -2166,7 +2166,10 @@ code to be greatly simplified.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ps2lr6aa477262yw13w3hh0h5rzmywdlji0wbnkxnzrfvmf9lhf"))))
|
(base32 "0ps2lr6aa477262yw13w3hh0h5rzmywdlji0wbnkxnzrfvmf9lhf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list tzdata))
|
(native-inputs
|
||||||
|
(list python-setuptools
|
||||||
|
python-wheel
|
||||||
|
tzdata))
|
||||||
(home-page "https://rhodesmill.org/pyephem/")
|
(home-page "https://rhodesmill.org/pyephem/")
|
||||||
(synopsis "Compute positions of the planets and stars")
|
(synopsis "Compute positions of the planets and stars")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue