xf86videos3virge: don't mark as broken anymore

it compiles
This commit is contained in:
quantenzitrone
2025-12-13 02:40:47 +01:00
parent 949071045f
commit 9776dc923c
+3 -2
View File
@@ -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;