Merge pull request #172316 from helsinki-systems/zhf-nutils

pythonPackages.nutils: Mark broken for aarch64
This commit is contained in:
Janne Heß 2022-05-10 12:33:29 +02:00 committed by GitHub
commit 057c069059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
}; };
} }