Merge pull request #172316 from helsinki-systems/zhf-nutils
pythonPackages.nutils: Mark broken for aarch64
This commit is contained in:
commit
057c069059
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, numpy
|
, numpy
|
||||||
@ -45,6 +46,7 @@ buildPythonPackage rec {
|
|||||||
description = "Numerical Utilities for Finite Element Analysis";
|
description = "Numerical Utilities for Finite Element Analysis";
|
||||||
homepage = "https://www.nutils.org/";
|
homepage = "https://www.nutils.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = stdenv.hostPlatform.isAarch64;
|
||||||
maintainers = with maintainers; [ Scriptkiddi ];
|
maintainers = with maintainers; [ Scriptkiddi ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user