11 # optional-dependencies
20 buildPythonPackage rec {
26 inherit pname version;
27 hash = "sha256-bF2jPxBB6LMMvJgPijSRDZ7cWEuDMkApj2ol32VCUok=";
31 substituteInPlace setup.py \
32 --replace pytest-runner ""
39 propagatedBuildInputs = [
43 passthru.optional-dependencies = {
51 ] ++ passthru.optional-dependencies.png;
54 # necessary on darwin to pass the testsuite
55 export LANG=en_US.UTF-8
59 changelog = "https://github.com/Kozea/pygal/blob/${version}/docs/changelog.rst";
60 downloadPage = "https://github.com/Kozea/pygal";
61 description = "Sexy and simple python charting";
62 mainProgram = "pygal_gen.py";
63 homepage = "http://www.pygal.org";
64 license = licenses.lgpl3Plus;
65 maintainers = with maintainers; [ ];