me
/
guix
Archived
1
0
Fork 0

gnu: celestia: Remove input labels.

* gnu/packages/astronomy.scm (celestia)[native-inputs, inputs]:
Remove input labels.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Sharlatan Hellseher 2023-06-25 22:28:20 +01:00 committed by Tobias Geerinckx-Rice
parent b89850f60d
commit 60b5da172b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 15 additions and 17 deletions

View File

@ -1190,24 +1190,21 @@ any arbitrary astrometric projection defined in the WCS standard.")
"00xibg87l1arzifakgj7s828x9pszcgx7x7ij88a561ig49ryh78")))) "00xibg87l1arzifakgj7s828x9pszcgx7x7ij88a561ig49ryh78"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) (list gettext-minimal
("libgit2" ,libgit2) libgit2
("pkg-config" ,pkg-config) libtool
("libtool" ,libtool) perl
("gettext" ,gettext-minimal))) pkg-config))
(inputs (inputs
`(("glu" ,glu) (list eigen
("glew" ,glew) fmt-7
("libtheora" ,libtheora) freeglut
("libjpeg" ,libjpeg-turbo) glew
("libpng" ,libpng) glu
;; maybe required? libjpeg-turbo
("mesa" ,mesa) libpng
;; optional: fmtlib, Eigen3; libtheora
("fmt" ,fmt-7) mesa))
("eigen" ,eigen)
;; glut: for glut interface
("freeglut" ,freeglut)))
(propagated-inputs (propagated-inputs
(list lua)) (list lua))
(arguments (arguments
@ -1224,6 +1221,7 @@ time. The position and movement of solar system objects is calculated
accurately in real time at any rate desired.") accurately in real time at any rate desired.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public celestia-gtk (define-public celestia-gtk
(package/inherit celestia (package/inherit celestia
(name "celestia-gtk") (name "celestia-gtk")