mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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:
parent
77d677ba76
commit
58b0852199
1 changed files with 3 additions and 2 deletions
|
@ -2557,11 +2557,12 @@ (define-public openctm
|
|||
(base32 "01wb70m48xh5gwhv60a5brv4sxl0i0rh038w32cgnlxn5x86s9f1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("mesa" ,mesa)
|
||||
("glu" ,glu)
|
||||
("glut" ,freeglut)
|
||||
("gtk" ,gtk+-2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("gtk" ,gtk+-2)))
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue