about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-28 08:21:23 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-28 08:21:23 +0200
commitcb64b504a0a80c4df9e96426d830f94080760628 (patch)
tree25ec3c89bd0b1797b23008eeca024fe634056f5f /pkgs/servers/x11
parent931c3e19ab392928857240d7dc77ec872a8d2c2b (diff)
downloadnixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar.gz
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar.bz2
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar.lz
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar.xz
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.tar.zst
nixlib-cb64b504a0a80c4df9e96426d830f94080760628.zip
xorg.xf86videoati: drop overrides
I realized that after dropping all patches in b1e2a2c292be78f2949
there's no need for this.
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/overrides.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/servers/x11/xorg/overrides.nix b/pkgs/servers/x11/xorg/overrides.nix
index 6d3dc72e457a..b3aac93d89cb 100644
--- a/pkgs/servers/x11/xorg/overrides.nix
+++ b/pkgs/servers/x11/xorg/overrides.nix
@@ -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 ];