mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
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>
This commit is contained in:
parent
b89850f60d
commit
60b5da172b
1 changed files with 15 additions and 17 deletions
|
@ -1190,24 +1190,21 @@ (define-public celestia
|
|||
"00xibg87l1arzifakgj7s828x9pszcgx7x7ij88a561ig49ryh78"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
("libgit2" ,libgit2)
|
||||
("pkg-config" ,pkg-config)
|
||||
("libtool" ,libtool)
|
||||
("gettext" ,gettext-minimal)))
|
||||
(list gettext-minimal
|
||||
libgit2
|
||||
libtool
|
||||
perl
|
||||
pkg-config))
|
||||
(inputs
|
||||
`(("glu" ,glu)
|
||||
("glew" ,glew)
|
||||
("libtheora" ,libtheora)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)
|
||||
;; maybe required?
|
||||
("mesa" ,mesa)
|
||||
;; optional: fmtlib, Eigen3;
|
||||
("fmt" ,fmt-7)
|
||||
("eigen" ,eigen)
|
||||
;; glut: for glut interface
|
||||
("freeglut" ,freeglut)))
|
||||
(list eigen
|
||||
fmt-7
|
||||
freeglut
|
||||
glew
|
||||
glu
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libtheora
|
||||
mesa))
|
||||
(propagated-inputs
|
||||
(list lua))
|
||||
(arguments
|
||||
|
@ -1224,6 +1221,7 @@ (define-public celestia
|
|||
accurately in real time at any rate desired.")
|
||||
(license license:gpl2+))))
|
||||
|
||||
|
||||
(define-public celestia-gtk
|
||||
(package/inherit celestia
|
||||
(name "celestia-gtk")
|
||||
|
|
Loading…
Reference in a new issue