gnu: slop: Update to 6.3.47.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.47. [inputs]: Add GLEW.
This commit is contained in:
parent
0cd95cefe0
commit
eb2b5f9d03
|
@ -452,7 +452,7 @@ of the screen selected by mouse.")
|
||||||
(define-public slop
|
(define-public slop
|
||||||
(package
|
(package
|
||||||
(name "slop")
|
(name "slop")
|
||||||
(version "6.3.45")
|
(version "6.3.47")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -461,12 +461,13 @@ of the screen selected by mouse.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lzyjcg6yff1vzlsda45i57khajp56yrmcjfa5faw3i60fnqqiy7"))))
|
"1kjivsq4c7dr7ggp44k09xm97i9chg8czvachqrfnv6fiqvwys0i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no "check" target
|
'(#:tests? #f)) ; no "check" target
|
||||||
(inputs
|
(inputs
|
||||||
`(("glm" ,glm)
|
`(("glew" ,glew)
|
||||||
|
("glm" ,glm)
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxrender" ,libxrender)
|
("libxrender" ,libxrender)
|
||||||
|
|
Loading…
Reference in New Issue