xorg.xf86videoati: drop overrides

I realized that after dropping all patches in b1e2a2c292be78f2949
there's no need for this.

Changed files
-5
pkgs
servers
x11
-5
pkgs/servers/x11/xorg/overrides.nix
···
configureFlags = [ "--with-xorg-conf-dir=$(out)/share/X11/xorg.conf.d" ];
});
-
xf86videoati = super.xf86videoati.overrideAttrs (attrs: {
-
nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ];
-
buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ];
-
});
-
xf86videonouveau = super.xf86videonouveau.overrideAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ];
buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ];