Update pkgs/by-name/ta/tacent/package.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
PopeRigby
2024-12-13 14:03:10 -08:00
committed by GitHub
co-authored by Gaétan Lepage
parent 88c893673b
commit f4a439136b
+4
View File
@@ -33,5 +33,9 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ PopeRigby ];
platforms = lib.platforms.linux;
badPlatforms = [
# /build/source/UnitTests/Src/UnitTests.cpp:149:15: error: 'Rule' is not a member of 'tUnitTest'
"aarch64-linux"
];
};
})