15 ft = freetype.overrideAttrs (oldArgs: {
16 dontDisableStatic = true;
19 buildPythonPackage rec {
24 # See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit
28 inherit pname version;
29 hash = "sha256-XPNbj9YJtoCArHu7CuHjdhBPfV97LTkUx63GPyWTlB8=";
33 # Remove all the test files that require access to the internet to pass.
34 rm tests/test_lib_utils.py
35 rm tests/test_platypus_general.py
36 rm tests/test_platypus_images.py
38 # Remove the tests that require Vera fonts installed
39 rm tests/test_graphics_render.py
40 rm tests/test_graphics_charts.py
43 nativeBuildInputs = [ setuptools ];
47 propagatedBuildInputs = [
52 nativeCheckInputs = [ glibcLocales ];
57 LC_ALL="en_US.UTF-8" ${python.interpreter} runAll.py
63 description = "Open Source Python library for generating PDFs and graphics";
64 homepage = "https://www.reportlab.com/";
65 license = licenses.bsd3;