Merge pull request #111958 from petabyteboy/feature/pixelmatch

python3Packages.pixelmatch: init at 0.2.2
This commit is contained in:
Martin Weinelt
2021-02-07 03:54:50 +01:00
committed by GitHub
2 changed files with 40 additions and 0 deletions

View File

@@ -4890,6 +4890,8 @@ in {
inherit (pkgs.libsForQt5) soqt;
};
pixelmatch = callPackage ../development/python-modules/pixelmatch { };
pkgconfig = callPackage ../development/python-modules/pkgconfig { inherit (pkgs) pkg-config; };
pkginfo = callPackage ../development/python-modules/pkginfo { };