Unverified Commit 9776dc92 authored by quantenzitrone's avatar quantenzitrone
Browse files

xf86videos3virge: don't mark as broken anymore

it compiles
parent 94907104
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -239,12 +239,13 @@ self: super:
    };
  });

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

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