python3Packages.libuuu: Mark support on aarch64-linux

The pypi archive seems to now contain build artefacts for both
platforms.
This commit is contained in:
Fiona Behrens
2026-02-12 16:32:19 +00:00
parent 6e23c9ea06
commit bbfeb94a3a
@@ -59,10 +59,5 @@ buildPythonPackage rec {
homepage = "https://github.com/nxp-imx/mfgtools/tree/master/wrapper";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
badPlatforms = [
# The pypi archive does not contain the pre-built library for these platforms
"aarch64-linux"
"x86_64-darwin"
];
};
}