Merge pull request #197896 from wegank/meerk40t-darwin

This commit is contained in:
Martin Weinelt
2022-10-26 15:03:10 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -38,6 +38,8 @@ buildPythonPackage rec {
"test_from_nurbs_python_curve_to_ezdxf_bspline"
"test_from_ezdxf_bspline_to_nurbs_python_curve_non_rational"
"test_from_ezdxf_bspline_to_nurbs_python_curve_rational"
# AssertionError: assert 44.99999999999999 == 45
"test_dimension_transform_interface"
];
pythonImportsCheck = [
@@ -1,6 +1,7 @@
{ lib
, stdenv
, buildPythonPackage
, setuptools
, pythonOlder
, fetchPypi
, substituteAll
@@ -61,6 +62,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
attrdict
pkg-config
setuptools
SDL
sip
which