diff options
| author | Leona Maroni <dev@leona.is> | 2023-06-22 23:10:59 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-23 17:25:20 +0000 |
| commit | 729ecf95e0aa6c38788c80ff8a8290ed1eb1517d (patch) | |
| tree | 04cd6d227c7d09638aa28757849f760f70d23d74 | |
| parent | paperless-ngx: 1.16.1 -> 1.16.3 (diff) | |
| download | nixpkgs-729ecf95e0aa6c38788c80ff8a8290ed1eb1517d.tar.gz | |
paperless-ngx: restrict platforms to linux
darwin is not supported upstream, and the build fails there
(cherry picked from commit 8ae2739959c5cb3cb42806e949a0992c189523e6)
| -rw-r--r-- | pkgs/applications/office/paperless-ngx/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix index 4c3f861b2bda..1993a2895e36 100644 --- a/pkgs/applications/office/paperless-ngx/default.nix +++ b/pkgs/applications/office/paperless-ngx/default.nix @@ -288,6 +288,7 @@ python.pkgs.buildPythonApplication rec { homepage = "https://docs.paperless-ngx.com/"; changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}"; license = licenses.gpl3Only; + platforms = platforms.linux; maintainers = with maintainers; [ lukegb gador erikarvstedt ]; }; } |
