python2Packages.pycairo: init at 1.18.2

Required for e.g. gimp.
This commit is contained in:
Robert Schütz
2021-04-12 13:20:39 +02:00
parent e5eb701c6e
commit 7f0e7c8586
2 changed files with 53 additions and 0 deletions
+4
View File
@@ -391,6 +391,10 @@ with self; with super; {
pyblosxom = callPackage ../development/python-modules/pyblosxom { };
pycairo = callPackage ../development/python-modules/pycairo/1.18.nix {
inherit (pkgs) meson;
};
pycangjie = disabled pycangjie;
pycarddav = callPackage ../development/python-modules/pycarddav { };