python3Packages.ocrmypdf: remove meta.platforms
It works on all platforms supported by its dependencies.
This commit is contained in:
parent
5e4feb3c2d
commit
c9dcdafd1a
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user