~ruther/guix-local

3708af1b8809c0873369539eb81f391c9a03372b — Ricardo Wurmus 1 year, 3 months ago b886780
gnu: python-astropy-healpix: Add missing input.

* gnu/packages/astronomy.scm (python-astropy-healpix)[native-inputs]: Add
python-wheel.

Change-Id: I16e53a22f402d853d1c1939db4b28a49af69e4c2
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -1
@@ 3493,7 3493,8 @@ astronomy and astrophysics.")
     (list python-extension-helpers
           python-hypothesis
           python-pytest-astropy
           python-setuptools-scm))
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-astropy python-numpy))
    (home-page "https://github.com/astropy/astropy-healpix")