From bbfeb94a3a9f140f3739c96011596fc196104ae3 Mon Sep 17 00:00:00 2001 From: Fiona Behrens Date: Thu, 12 Feb 2026 16:32:19 +0000 Subject: [PATCH] python3Packages.libuuu: Mark support on aarch64-linux The pypi archive seems to now contain build artefacts for both platforms. --- pkgs/development/python-modules/libuuu/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/libuuu/default.nix b/pkgs/development/python-modules/libuuu/default.nix index f3d18481b265..b59f32fab0f2 100644 --- a/pkgs/development/python-modules/libuuu/default.nix +++ b/pkgs/development/python-modules/libuuu/default.nix @@ -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" - ]; }; }