forked from mirrors/nixpkgs
pythonPackages.{pyocr,pypillowfight}: fix homepage
This commit is contained in:
parent
cd599c8fa6
commit
46cd67e6a1
|
@ -60,7 +60,7 @@ buildPythonPackage rec {
|
||||||
checkPhase = "pytest";
|
checkPhase = "pytest";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit (src) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "A Python wrapper for Tesseract and Cuneiform";
|
description = "A Python wrapper for Tesseract and Cuneiform";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library containing various image processing algorithms";
|
description = "Library containing various image processing algorithms";
|
||||||
inherit (src) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue