diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-06-25 22:28:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:10 +0200 |
commit | e639d6998e8b7230a5a9ab196e24a802916b31ce (patch) | |
tree | 0f0b4d6d40d3a86d7abc22567ca531a8dc22811b /gnu | |
parent | 8e9727e32cc9f8eea97be8384b197f82c62e3acf (diff) | |
download | guix-e639d6998e8b7230a5a9ab196e24a802916b31ce.tar.gz |
gnu: celestia-gtk: Add custom synopsis.
* (celestia-gtk)[synopsis]: Describe this GTK+ variant. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-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 865ea1387d..d3f3711bd1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1252,7 +1252,8 @@ accurately in real time at any rate desired.") (list "--enable-cairo" "--enable-theora" "--without-glut" - "--with-gtk"))))))) + "--with-gtk"))))) + (synopsis "Real-time 3D visualization of space (using GTK+)"))) (define-public python-astropy (package |