python3Packages.ocrmypdf: remove meta.platforms

It works on all platforms supported by its dependencies.
This commit is contained in:
Robert Schütz 2021-11-14 08:22:38 -08:00 committed by Robert Schütz
parent 5e4feb3c2d
commit c9dcdafd1a

View File

@ -88,7 +88,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jbarlow83/OCRmyPDF";
description = "Adds an OCR text layer to scanned PDF files, allowing them to be searched";
license = with licenses; [ mpl20 mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ kiwi dotlambda ];
changelog = "https://github.com/jbarlow83/OCRmyPDF/blob/v${version}/docs/release_notes.rst";
};