mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libxi: Propagate inputs inputproto and libx11.
* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11, as stipulated by xi.pc.
This commit is contained in:
parent
d274f499a3
commit
a459697e0e
1 changed files with 3 additions and 3 deletions
|
@ -4071,11 +4071,11 @@ (define-public libxi
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue