forked from mirrors/nixpkgs
pythonPackages.nutils: Mark broken for aarch64
This commit is contained in:
parent
148df9e42e
commit
c0d01f15f9
|
@ -1,4 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, numpy
|
||||
|
@ -45,6 +46,7 @@ buildPythonPackage rec {
|
|||
description = "Numerical Utilities for Finite Element Analysis";
|
||||
homepage = "https://www.nutils.org/";
|
||||
license = licenses.mit;
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
maintainers = with maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue