xorg.xf86videoopenchrome: fix build

This commit is contained in:
Sandro Jäckel 2021-03-19 17:33:22 +01:00
parent 68d6ffc8d5
commit 21c17bf758
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -800,6 +800,10 @@ self: super:
};
});
xf86videoopenchrome = super.xf86videoopenchrome.overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [ self.libXv ];
});
xf86videoxgi = super.xf86videoxgi.overrideAttrs (attrs: {
patches = [
# fixes invalid open mode