gnu: freeglut: Update to 3.2.1.
* gnu/packages/gl.scm (freeglut): Update to 3.2.1. [inputs]: Remove MESA, XORGPROTO and XINPUT.
This commit is contained in:
parent
6d5811ef8e
commit
6413687044
1 changed files with 4 additions and 7 deletions
|
@ -96,7 +96,7 @@ as ASCII text.")
|
||||||
(define-public freeglut
|
(define-public freeglut
|
||||||
(package
|
(package
|
||||||
(name "freeglut")
|
(name "freeglut")
|
||||||
(version "3.0.0")
|
(version "3.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -104,16 +104,13 @@ as ASCII text.")
|
||||||
version "/freeglut-" version ".tar.gz"))
|
version "/freeglut-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18knkyczzwbmyg8hr4zh8a1i5ga01np2jzd1rwmsh7mh2n2vwhra"))))
|
"0s6sk49q8ijgbsrrryb7dzqx2fa744jhx1wck5cz5jia2010w06l"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no test target
|
(arguments '(#:tests? #f)) ; no test target
|
||||||
(inputs `(("mesa" ,mesa)
|
(inputs `(("libx11" ,libx11)
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxxf86vm" ,libxxf86vm)
|
("libxxf86vm" ,libxxf86vm)))
|
||||||
("xorgproto" ,xorgproto)
|
|
||||||
("xinput" ,xinput)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Headers from Mesa and GLU are needed.
|
;; Headers from Mesa and GLU are needed.
|
||||||
`(("glu" ,glu)
|
`(("glu" ,glu)
|
||||||
|
|
Reference in a new issue