gnu: xdg-utils: Propagate xprop and xset.
Fixes <http://bugs.gnu.org/22755>. * gnu/packages/freedesktop.scm (xdg-utils): Propagate xprop and xset.
This commit is contained in:
parent
bf98aea9b2
commit
f072e9adf5
|
@ -67,6 +67,9 @@
|
||||||
(base32
|
(base32
|
||||||
"1b019d3r1379b60p33d6z44kx589xjgga62ijz9vha95dg8vgbi1"))))
|
"1b019d3r1379b60p33d6z44kx589xjgga62ijz9vha95dg8vgbi1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("xprop" ,xprop) ; for Xfce detecting
|
||||||
|
("xset", xset))) ; for xdg-screensaver
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no check target
|
`(#:tests? #f)) ; no check target
|
||||||
(home-page "http://portland.freedesktop.org/")
|
(home-page "http://portland.freedesktop.org/")
|
||||||
|
|
Loading…
Reference in New Issue