xf86videoark: don't mark as broken anymore

it compiles
This commit is contained in:
quantenzitrone
2025-12-13 02:40:45 +01:00
parent 3be2de30a1
commit 539158e8fe
+3 -2
View File
@@ -221,12 +221,13 @@ self: super:
xf86inputvoid = brokenOnDarwin super.xf86inputvoid; # never worked: https://hydra.nixos.org/job/nixpkgs/trunk/xorg.xf86inputvoid.x86_64-darwin
xf86videodummy = brokenOnDarwin super.xf86videodummy; # never worked: https://hydra.nixos.org/job/nixpkgs/trunk/xorg.xf86videodummy.x86_64-darwin
# Obsolete drivers that don't compile anymore.
xf86videoark = super.xf86videoark.overrideAttrs (attrs: {
meta = attrs.meta // {
broken = true;
badPlatforms = lib.platforms.aarch64;
};
});
# Obsolete drivers that don't compile anymore.
xf86videogeode = super.xf86videogeode.overrideAttrs (attrs: {
meta = attrs.meta // {
broken = true;