xf86videoi128: don't mark as broken anymore

it compiles
This commit is contained in:
quantenzitrone
2025-12-13 02:40:46 +01:00
parent 0ee99c5b98
commit 949071045f
+3 -2
View File
@@ -233,12 +233,13 @@ self: super:
};
});
# Obsolete drivers that don't compile anymore.
xf86videoi128 = super.xf86videoi128.overrideAttrs (attrs: {
meta = attrs.meta // {
broken = true;
badPlatforms = lib.platforms.aarch64;
};
});
# Obsolete drivers that don't compile anymore.
xf86videos3virge = super.xf86videos3virge.overrideAttrs (attrs: {
meta = attrs.meta // {
broken = true;