forked from mirrors/nixpkgs
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: {
|
||||
patches = [
|
||||
# fixes invalid open mode
|
||||
|
|
Loading…
Reference in a new issue