gnu: libxdamage: Move inputs to propagated-inputs
* gnu/packages/xorg.scm (libxdamage): Move all existing inputs to propagated-inputs.
This commit is contained in:
parent
177088a3f3
commit
475992f20d
@ -3860,11 +3860,11 @@ tracking.")
|
|||||||
(base32
|
(base32
|
||||||
"1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw"))))
|
"1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("damageproto" ,damageproto)))
|
;; These are all in the Requires or Requires.private field of xdamage.pc
|
||||||
(inputs
|
`(("damageproto" ,damageproto)
|
||||||
`(("xproto" ,xproto)
|
|
||||||
("libxfixes" ,libxfixes)
|
("libxfixes" ,libxfixes)
|
||||||
|
("xproto" ,xproto)
|
||||||
("libx11" ,libx11)))
|
("libx11" ,libx11)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
Loading…
Reference in New Issue
Block a user