1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.{pyocr,pypillowfight}: fix homepage

This commit is contained in:
Symphorien Gibol 2018-09-10 17:57:27 +02:00
parent cd599c8fa6
commit 46cd67e6a1
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ buildPythonPackage rec {
checkPhase = "pytest";
meta = {
inherit (src) homepage;
inherit (src.meta) homepage;
description = "A Python wrapper for Tesseract and Cuneiform";
license = lib.licenses.gpl3Plus;
};

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Library containing various image processing algorithms";
inherit (src) homepage;
inherit (src.meta) homepage;
license = licenses.gpl3Plus;
};
}