python3.pkgs.pycairo: clean up

* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
This commit is contained in:
Jan Tojnar
2020-10-20 00:07:26 +02:00
parent a5f89fc71d
commit 17739fa570
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -4814,7 +4814,7 @@ in {
pybullet = callPackage ../development/python-modules/pybullet { };
pycairo = callPackage ../development/python-modules/pycairo { inherit (pkgs) meson pkgconfig; };
pycairo = callPackage ../development/python-modules/pycairo { inherit (pkgs) meson pkg-config; };
pycallgraph = callPackage ../development/python-modules/pycallgraph { };