gnu: openctm: Correct inputs vs native-inputs

* gnu/packages/engineering.scm (openctm): Move mesa, glu, glut and
gtk+-2 to inputs

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ekaitz Zarraga 2020-05-16 10:24:47 +00:00 committed by Tobias Geerinckx-Rice
parent 77d677ba76
commit 58b0852199
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2557,11 +2557,12 @@ (define-public openctm
(base32 "01wb70m48xh5gwhv60a5brv4sxl0i0rh038w32cgnlxn5x86s9f1")))) (base32 "01wb70m48xh5gwhv60a5brv4sxl0i0rh038w32cgnlxn5x86s9f1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("glu" ,glu) ("glu" ,glu)
("glut" ,freeglut) ("glut" ,freeglut)
("gtk" ,gtk+-2) ("gtk" ,gtk+-2)))
("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests
#:phases #:phases