paperless-ngx: restrict platforms to linux

darwin is not supported upstream, and the build fails there
This commit is contained in:
Leona Maroni 2023-06-22 23:10:59 +02:00
parent 1340ad8592
commit 8ae2739959
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605

View file

@ -288,6 +288,7 @@ python.pkgs.buildPythonApplication rec {
homepage = "https://docs.paperless-ngx.com/"; homepage = "https://docs.paperless-ngx.com/";
changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}"; changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}";
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ lukegb gador erikarvstedt ]; maintainers = with maintainers; [ lukegb gador erikarvstedt ];
}; };
} }