mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-specreduce: Add missing input.
* gnu/packages/astronomy.scm (python-specreduce): [native-inputs]: Add python-wheel. Change-Id: I6293402038632aec22abc621c4e7ffe5decbe5e4
This commit is contained in:
parent
34687e2a40
commit
0e0448d1aa
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue