gnu: libxcomposite: Propagate inputs.

* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs'
  to 'propagated-inputs'.
master
宋文武 2014-12-10 20:35:17 +08:00
parent 57c3f71632
commit 4281d1b6f3
1 changed files with 2 additions and 1 deletions

View File

@ -1160,7 +1160,8 @@ autotools system.")
(base32
"1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j"))))
(build-system gnu-build-system)
(inputs
(propagated-inputs
;; xcomposite.pc refers to all these.
`(("xproto" ,xproto)
("libxfixes" ,libxfixes)
("libx11" ,libx11)