mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -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"))))
|
"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 @@ (define-public celestia
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue