mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -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
|
||||
`(("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)))
|
||||
|
|
Loading…
Reference in a new issue