aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2014-12-10 20:35:17 +0800
committer宋文武 <iyzsong@gmail.com>2014-12-11 19:42:39 +0800
commit4281d1b6f333303ff0ddce80044faf8299771600 (patch)
treed540f1d77a1b4bbc384662685d88a06edb4d1552 /gnu
parent57c3f71632692d1e2e12e5d2db5c2cc4c6e075c9 (diff)
downloadguix-4281d1b6f333303ff0ddce80044faf8299771600.tar
guix-4281d1b6f333303ff0ddce80044faf8299771600.tar.gz
gnu: libxcomposite: Propagate inputs.
* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs' to 'propagated-inputs'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7336fddb36..fcefebffc5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)