Merge pull request #197896 from wegank/meerk40t-darwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user