Unverified Commit 41d71fe6 authored by quantenzitrone's avatar quantenzitrone
Browse files

xf86videovoodoo: don't mark as broken anymore

it compiles
parent a283e97e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -251,13 +251,6 @@ self: super:
    };
  });

  # Obsolete drivers that don't compile anymore.
  xf86videovoodoo = super.xf86videovoodoo.overrideAttrs (attrs: {
    meta = attrs.meta // {
      broken = true;
    };
  });

  xf86videoomap = super.xf86videoomap.overrideAttrs (attrs: {
    env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=format-overflow" ];
  });