~ruther/guix-local

51640e48200a0b8c5234be62683e89439de1be64 — Sharlatan Hellseher 6 months ago a4e8b43
gnu: celestia-gtk: Deprecate in favor of celestia.

Celestia has been migrated to Qt6 in the latest commits on master
branch, this is a preparation for upcoming upgrade. GTK variant is not
recommended to use by upstream.

See: <https://github.com/CelestiaProject/Celestia/issues/2148>.

* gnu/packages/astronomy.scm (celestia-gtk): Deprecate variable.

Fixes: guix/guix#2338.
Change-Id: I925b74ba658097e3d09da915f46f1c585ccd7f83
1 files changed, 1 insertions(+), 15 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -15
@@ 600,21 600,7 @@ accurately in real time at any rate desired.")
    (license license:gpl2+)))

(define-public celestia-gtk
  (package/inherit celestia
    (name "celestia-gtk")
    (inputs
     (modify-inputs (package-inputs celestia)
       (replace "freeglut" gtk+-2)
       (prepend cairo gtkglext libxmu libtheora pango-1.42)))
    (arguments
     (substitute-keyword-arguments (package-arguments celestia)
       ((#:configure-flags flags '())
        #~(append #$flags
                  (list "--enable-cairo"
                        "--enable-theora"
                        "--without-glut"
                        "--with-gtk")))))
    (synopsis "Real-time 3D visualization of space (using GTK+)")))
  (deprecated-package "celestia-gtk" celestia))

(define-public cfitsio
  (package