Merge #323461: xorg.libXpresent: add xorg.libXfixes to propagated build inputs
...into staging-next
This commit is contained in:
@@ -397,6 +397,7 @@ self: super:
|
||||
|
||||
libXpresent = super.libXpresent.overrideAttrs (attrs: {
|
||||
buildInputs = with xorg; attrs.buildInputs ++ [ libXext libXfixes libXrandr ];
|
||||
propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ xorg.libXfixes ];
|
||||
});
|
||||
|
||||
libxkbfile = super.libxkbfile.overrideAttrs (attrs: {
|
||||
|
||||
Reference in New Issue
Block a user