From 51640e48200a0b8c5234be62683e89439de1be64 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 6 Sep 2025 08:27:04 +0100 Subject: [PATCH] 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: . * gnu/packages/astronomy.scm (celestia-gtk): Deprecate variable. Fixes: guix/guix#2338. Change-Id: I925b74ba658097e3d09da915f46f1c585ccd7f83 --- gnu/packages/astronomy.scm | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1051fde7cba0660db274812e974fc85aa59733eb..d129987bf7e27b71d55bff51790be705d30adb66 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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