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:
宋文武 2016-02-23 22:18:55 +08:00
parent bf98aea9b2
commit f072e9adf5

View file

@ -67,6 +67,9 @@ (define-public xdg-utils
(base32
"1b019d3r1379b60p33d6z44kx589xjgga62ijz9vha95dg8vgbi1"))))
(build-system gnu-build-system)
(propagated-inputs
`(("xprop" ,xprop) ; for Xfce detecting
("xset", xset))) ; for xdg-screensaver
(arguments
`(#:tests? #f)) ; no check target
(home-page "http://portland.freedesktop.org/")