Unverified Commit cb64b504 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

xorg.xf86videoati: drop overrides

I realized that after dropping all patches in b1e2a2c2
there's no need for this.
parent 931c3e19
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 ];