Unverified Commit cea7f37a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.libuuu: Mark support on aarch64-linux (#489843)

parents 96fb8a83 bbfeb94a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}