aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-01-18 15:14:00 +0100
committerAndreas Enge <andreas@enge.fr>2014-01-18 17:53:43 +0100
commit8bb1699bd515b5c1445c5643284b350eb3157d1f (patch)
tree93d3bbeba880e3d5e69aa878160976f25c6efcf5 /gnu/packages/gl.scm
parenta8bcd6eb6f36246a72061f16da1665b65683cda2 (diff)
downloadguix-8bb1699bd515b5c1445c5643284b350eb3157d1f.tar.gz
guix-8bb1699bd515b5c1445c5643284b350eb3157d1f.zip
gnu: mesa: Propagate input.
* gnu/packages/gl.scm (mesa): Propagate input libx11.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r--gnu/packages/gl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 65b9fbc666..796f7f0211 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -139,12 +139,12 @@ Polygon meshes, and Extruded polygon meshes")
(propagated-inputs
`(("glproto" ,glproto)
("libdrm" ,libdrm-2.4.33)
+ ("libx11" ,libx11)
("libxdamage" ,libxdamage)
("libxxf86vm" ,libxxf86vm)))
(inputs
`(("dri2proto" ,dri2proto)
("expat" ,expat)
- ("libx11" ,libx11)
("libxfixes" ,libxfixes)
("libxml2" ,libxml2)
("makedepend" ,makedepend)))