gnu: slop: Update to 5.3.27.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.27. [arguments]: Remove #:configure-flags. [inputs]: Add LIBXRENDER.
This commit is contained in:
parent
4fb9c83c54
commit
e1c014d7f3
|
@ -438,7 +438,7 @@ of the screen selected by mouse.")
|
||||||
(define-public slop
|
(define-public slop
|
||||||
(package
|
(package
|
||||||
(name "slop")
|
(name "slop")
|
||||||
(version "5.3.21")
|
(version "5.3.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -447,14 +447,14 @@ 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
|
||||||
"0qlyksiaknd40jabra0fv71k4qc4y6dgxihjmmv9a1g4hdmmqklb"))))
|
"0yid1qd5l0g22cmm3mmmbg639404i7069nw5g843llb5yfc54bs0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DCMAKE_CXX_FLAGS=-std=gnu++11")
|
'(#:tests? #f)) ; no "check" target
|
||||||
#:tests? #f)) ; no "check" target
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("glm" ,glm)
|
`(("glm" ,glm)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
|
("libxrender" ,libxrender)
|
||||||
("mesa" ,mesa)))
|
("mesa" ,mesa)))
|
||||||
(home-page "https://github.com/naelstrof/slop")
|
(home-page "https://github.com/naelstrof/slop")
|
||||||
(synopsis "Select a region and print its bounds to stdout")
|
(synopsis "Select a region and print its bounds to stdout")
|
||||||
|
|
Loading…
Reference in New Issue