sharlatan pushed a commit to branch master
in repository guix.

commit 4f30d05a9b6373fc98df186047c203550f7b919e
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed May 7 23:45:57 2025 +0100

    gnu: Remove indi-2.0 variant.
    
    * gnu/packages/astronomy.scm (indi-2.0): Overwrite INDI variable and
    make it default.
    (indi-1.9): Rename to indi-1
    (phd2) [inputs]: Remove indi; add indi-1.
    (stellarium) [inputs]: Remove indi-2.0; add indi.
    
    Change-Id: I197fbb3969a34cf49ceb68f2d51d45286b63931b
---
 gnu/packages/astronomy.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f6be5c493d..6bae137fe5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1013,7 +1013,7 @@ floating-point (no compression, LZW- or ZIP-compressed), 
FITS 8-bit, 16-bit,
 32-bit floating-point.")
     (license license:gpl3+)))
 
-(define-public indi-2.0
+(define-public indi
   (package
     (name "indi")
     (version "2.1.3")
@@ -1079,9 +1079,9 @@ more.")
                    license:lgpl2.0+
                    license:lgpl2.1+))))
 
-(define-public indi-1.9
+(define-public indi-1
   (package
-    (inherit indi-2.0)
+    (inherit indi)
     (version "1.9.9")
     (source
      (origin
@@ -1093,10 +1093,6 @@ more.")
        (sha256
         (base32 "1vfcas59nlw8v7n6qhxhcm4isf5wk0crip5rmsallq3bsv3zznfr"))))))
 
-(define-public indi
-  ;; Default version of INDI..
-  indi-1.9)
-
 (define-public iraf-community
   (package
     (name "iraf-community")
@@ -1520,7 +1516,7 @@ R. Seaman's protocol}
            curl
            eigen
            gtk+
-           indi
+           indi-1
            libnova
            libusb
            wxwidgets
@@ -8403,7 +8399,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
     (inputs
      (list calcmysky-qt5
            gpsd
-           indi-2.0
+           indi
            libnova
            md4c
            nlopt

Reply via email to