treewide: pkgs/development/python-modules: mark broken for aarch64-linux
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "modeled" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
description = "Universal data modeling for Python";
|
||||
homepage = "https://github.com/modeled/modeled";
|
||||
license = licenses.lgpl3Only;
|
||||
|
||||
Reference in New Issue
Block a user