mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: mesa: Propagate input.
* gnu/packages/gl.scm (mesa): Propagate input libx11.
This commit is contained in:
parent
a8bcd6eb6f
commit
8bb1699bd5
1 changed files with 1 additions and 1 deletions
|
@ -139,12 +139,12 @@ (define-public mesa
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glproto" ,glproto)
|
`(("glproto" ,glproto)
|
||||||
("libdrm" ,libdrm-2.4.33)
|
("libdrm" ,libdrm-2.4.33)
|
||||||
|
("libx11" ,libx11)
|
||||||
("libxdamage" ,libxdamage)
|
("libxdamage" ,libxdamage)
|
||||||
("libxxf86vm" ,libxxf86vm)))
|
("libxxf86vm" ,libxxf86vm)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dri2proto" ,dri2proto)
|
`(("dri2proto" ,dri2proto)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxfixes" ,libxfixes)
|
("libxfixes" ,libxfixes)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("makedepend" ,makedepend)))
|
("makedepend" ,makedepend)))
|
||||||
|
|
Loading…
Reference in a new issue