lol

meerk40t: fix build on aarch64-darwin

+4
+2
pkgs/development/python-modules/ezdxf/default.nix
··· 38 38 "test_from_nurbs_python_curve_to_ezdxf_bspline" 39 39 "test_from_ezdxf_bspline_to_nurbs_python_curve_non_rational" 40 40 "test_from_ezdxf_bspline_to_nurbs_python_curve_rational" 41 + # AssertionError: assert 44.99999999999999 == 45 42 + "test_dimension_transform_interface" 41 43 ]; 42 44 43 45 pythonImportsCheck = [
+2
pkgs/development/python-modules/wxPython/4.2.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , buildPythonPackage 4 + , setuptools 4 5 , pythonOlder 5 6 , fetchPypi 6 7 , substituteAll ··· 61 62 nativeBuildInputs = [ 62 63 attrdict 63 64 pkg-config 65 + setuptools 64 66 SDL 65 67 sip 66 68 which