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
|
||||
"1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("damageproto" ,damageproto)))
|
||||
(inputs
|
||||
`(("xproto" ,xproto)
|
||||
(propagated-inputs
|
||||
;; These are all in the Requires or Requires.private field of xdamage.pc
|
||||
`(("damageproto" ,damageproto)
|
||||
("libxfixes" ,libxfixes)
|
||||
("xproto" ,xproto)
|
||||
("libx11" ,libx11)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
Loading…
Reference in New Issue
Block a user