From 0e0448d1aa153eda9645521128504d8676a4e1cf Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 14 Jan 2025 12:04:07 +0000 Subject: [PATCH] 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 585c2d578bae819649660cbade367b36c7b29141..2e3f872ba736cef3fe2536a8bfc5c2154fc2a413 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