xf86videogeode: don't mark as broken anymore

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