diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-16 11:45:44 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-20 13:27:16 +0100 |
| commit | 4ba653e637940b147ea5cdcf45397b8ac7f3d014 (patch) | |
| tree | 4fcc5b2713ef87bdc7ddeef88301725d88aff650 | |
| parent | 884f79335f13c51f330282ee688daa7f64a71604 (diff) | |
gnu: python-astropy-minimal: Explicitly depend on ‘specification-astropy-data’.
* gnu/packages/astronomy.scm (python-astropy-minimal)[native-inputs]: Add
‘specification-astropy-data’, referred to via ‘this-package-input’ in the
inherited phases.
Change-Id: I8d287176f9807061dc6dde453dacc9a15f209746
| -rw-r--r-- | gnu/packages/astronomy.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cb7dea8711c..0747ecbf209 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3235,7 +3235,8 @@ celestial-to-terrestrial coordinate transformations.") pkg-config python-cython python-extension-helpers - python-setuptools-scm)) + python-setuptools-scm + specification-astropy-data)) (propagated-inputs (list python-astropy-iers-data python-configobj ;to replace custom module |
