Commit 6d11b756 authored by Thibault Gagnaux's avatar Thibault Gagnaux Committed by K900
Browse files

xorg.xf86videovmware: restore Mesa/XA dependency

parent a9df43c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -604,6 +604,7 @@ self: super:
  });

  xf86videovmware = super.xf86videovmware.overrideAttrs (attrs: {
    buildInputs = attrs.buildInputs ++ [ mesa ];
    env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=address" ]; # gcc12
    meta = attrs.meta // {
      platforms = ["i686-linux" "x86_64-linux"];