xf86videovoodoo: don't mark as broken anymore

it compiles
This commit is contained in:
quantenzitrone
2025-12-13 02:42:54 +01:00
parent a283e97ead
commit 41d71fe604
-7
View File
@@ -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" ];
});