xorg.xf86videoopenchrome: fix build
This commit is contained in:
parent
68d6ffc8d5
commit
21c17bf758
@ -800,6 +800,10 @@ self: super:
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
xf86videoopenchrome = super.xf86videoopenchrome.overrideAttrs (attrs: {
|
||||||
|
buildInputs = attrs.buildInputs ++ [ self.libXv ];
|
||||||
|
});
|
||||||
|
|
||||||
xf86videoxgi = super.xf86videoxgi.overrideAttrs (attrs: {
|
xf86videoxgi = super.xf86videoxgi.overrideAttrs (attrs: {
|
||||||
patches = [
|
patches = [
|
||||||
# fixes invalid open mode
|
# fixes invalid open mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user