12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-V7lSMhwzc9+36uXMCy5uF241XwJ62Pdf59RUulOt4i8=";
26 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 # AttributeError: type object 'setup' has no attribute '__code__'
46 description = "Numerical Utilities for Finite Element Analysis";
47 homepage = "https://www.nutils.org/";
48 license = licenses.mit;
49 broken = stdenv.hostPlatform.isAarch64;
50 maintainers = with maintainers; [ Scriptkiddi ];