Merge #323461: xorg.libXpresent: add xorg.libXfixes to propagated build inputs

...into staging-next
This commit is contained in:
Vladimír Čunát
2024-07-01 07:50:32 +02:00
+1
View File
@@ -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: {