tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
meerk40t: fix build on aarch64-darwin
Weijia Wang
3 years ago
076d365c
b3c0c497
+4
2 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
ezdxf
default.nix
wxPython
4.2.nix
+2
pkgs/development/python-modules/ezdxf/default.nix
reviewed
···
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
41
+
# AssertionError: assert 44.99999999999999 == 45
42
42
+
"test_dimension_transform_interface"
41
43
];
42
44
43
45
pythonImportsCheck = [
+2
pkgs/development/python-modules/wxPython/4.2.nix
reviewed
···
1
1
{ lib
2
2
, stdenv
3
3
, buildPythonPackage
4
4
+
, setuptools
4
5
, pythonOlder
5
6
, fetchPypi
6
7
, substituteAll
···
61
62
nativeBuildInputs = [
62
63
attrdict
63
64
pkg-config
65
65
+
setuptools
64
66
SDL
65
67
sip
66
68
which