~ruther/guix-local

0e0448d1aa153eda9645521128504d8676a4e1cf — Sharlatan Hellseher 1 year, 2 months ago 34687e2
gnu: python-specreduce: Add missing input.

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

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

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +5 -4
@@ 3265,6 3265,11 @@ but has evolved to support other missions as well.")
             ;; (/homeless-shelter/.config/matplotlib) is not a writable
             ;; directory ...
             (setenv "HOME" "/tmp"))))))
    (native-inputs
     (list python-photutils
           python-pytest-astropy
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-astropy
           python-gwcs


@@ 3272,10 3277,6 @@ but has evolved to support other missions as well.")
           python-photutils
           python-specutils
           python-synphot))
    (native-inputs
     (list python-photutils
           python-setuptools-scm
           python-pytest-astropy))
    (home-page "https://specreduce.readthedocs.io/")
    (synopsis "Spectroscopic Reductions")
    (description