xorg.xf86videoati: drop overrides

I realized that after dropping all patches in b1e2a2c292
there's no need for this.
This commit is contained in:
Vladimír Čunát 2023-10-28 08:21:23 +02:00
parent 931c3e19ab
commit cb64b504a0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -570,11 +570,6 @@ self: super:
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 ];