summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-30 23:35:01 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-30 23:35:01 +0200
commita459697e0e51c82ff5e0313972c20f74b96058ae (patch)
tree0dbf484b7e47afb5940f2db70e49d42ff29058f0 /gnu
parentd274f499a35f416d49533c0d1e2b76cb3cebdcb8 (diff)
downloadguix-patches-a459697e0e51c82ff5e0313972c20f74b96058ae.tar
guix-patches-a459697e0e51c82ff5e0313972c20f74b96058ae.tar.gz
gnu: libxi: Propagate inputs inputproto and libx11.
* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11, as stipulated by xi.pc.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index df535c1ced..8936b3f85a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4071,11 +4071,11 @@ tracking.")
"029ihw4jq8mng8rx7a3jdvq64jm1zdkqidca93zmxv4jf9yn5qzj"))))
(build-system gnu-build-system)
(propagated-inputs
- `(("libxext" ,libxext)))
+ `(("inputproto" ,inputproto)
+ ("libx11" ,libx11)
+ ("libxext" ,libxext)))
(inputs
`(("xproto" ,xproto)
- ("libx11" ,libx11)
- ("inputproto" ,inputproto)
("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System")