av1an: mark broken on x86_64-darwin

This commit is contained in:
Seth Flynn
2025-01-31 11:15:32 -05:00
parent c97cbc1c98
commit 60fac9e4ea
2 changed files with 4 additions and 0 deletions
@@ -1,5 +1,6 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
@@ -60,5 +61,7 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "av1an";
# symbol index out of range file '/private/tmp/nix-build-av1an-unwrapped-0.4.4.drv-0/rustcz0anL2/librav1e-ca440893f9248a14.rlib' for architecture x86_64
broken = stdenv.hostPlatform.system == "x86_64-darwin";
};
}
+1
View File
@@ -81,6 +81,7 @@ symlinkJoin {
license
maintainers
mainProgram
broken
;
};
}