xorg.xf86videoopenchrome: fix build

wip/yesman
Sandro Jäckel 3 years ago
parent 68d6ffc8d5
commit 21c17bf758
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -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…
Cancel
Save