python3Packages.pydmd: marked as broken at aarch64

This commit is contained in:
Alexander Kiselyov 2021-08-21 20:56:26 +03:00
parent 3dbd616b0f
commit 02753974e0

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, python
, fetchFromGitHub
, buildPythonPackage
@ -33,5 +34,6 @@ buildPythonPackage rec {
homepage = "https://mathlab.github.io/PyDMD/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ yl3dy ];
broken = stdenv.hostPlatform.isAarch64;
};
}