nixosTests.paperless: Test tesseract compiles when english is not staged

Tests for the regression introduced in #303388 and fixed in
f0721f3779.
This commit is contained in:
e1mo 2024-04-19 10:40:19 +02:00
parent f0721f3779
commit 7067c4b0bb
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import ./make-test-python.nix ({ lib, ... }: {
};
services.paperless.settings = {
PAPERLESS_DBHOST = "/run/postgresql";
PAPERLESS_OCR_LANGUAGE = "deu";
};
};
}; in self;