about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ocrmypdf
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-11-14 08:22:38 -0800
committerRobert Schütz <github@dotlambda.de>2021-12-11 09:20:24 -0800
commitc9dcdafd1aeed9917b54b8a32dcca32eb2cf2d16 (patch)
tree7fe83e4dab3318bde15c132df12c5e4f291fe4f0 /pkgs/development/python-modules/ocrmypdf
parent5e4feb3c2da78853c87f29d97e34096facf5a10d (diff)
python3Packages.ocrmypdf: remove meta.platforms
It works on all platforms supported by its dependencies.
Diffstat (limited to 'pkgs/development/python-modules/ocrmypdf')
-rw-r--r--pkgs/development/python-modules/ocrmypdf/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ocrmypdf/default.nix b/pkgs/development/python-modules/ocrmypdf/default.nix
index 1fd1b8d696d1d..ed5327c241d29 100644
--- a/pkgs/development/python-modules/ocrmypdf/default.nix
+++ b/pkgs/development/python-modules/ocrmypdf/default.nix
@@ -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";
   };