mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxcomposite: Propagate inputs.
* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
57c3f71632
commit
4281d1b6f3
1 changed files with 2 additions and 1 deletions
|
@ -1160,7 +1160,8 @@ (define-public libxcomposite
|
|||
(base32
|
||||
"1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
;; xcomposite.pc refers to all these.
|
||||
`(("xproto" ,xproto)
|
||||
("libxfixes" ,libxfixes)
|
||||
("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue