rekado pushed a commit to branch master
in repository guix.
commit 0e0448d1aa153eda9645521128504d8676a4e1cf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 14 12:04:07 2025 +0000
gnu: python-specreduce: Add missing input.
* gnu/packages/astronomy.scm (python-specreduce): [native-inputs]: Add
python-wheel.
Change-Id: I6293402038632aec22abc621c4e7ffe5decbe5e4
---
gnu/packages/astronomy.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 585c2d578b..2e3f872ba7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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