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:
co-authored by
Gaétan Lepage
parent
88c893673b
commit
f4a439136b
@@ -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"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user