about summary refs log tree commit diff
path: root/nixos/tests/paperless.nix
diff options
context:
space:
mode:
authore1mo <git@e1mo.de>2024-04-19 10:40:19 +0200
committere1mo <git@e1mo.de>2024-04-19 10:48:08 +0200
commit7067c4b0bb925263b848a895fcca03e4934d438f (patch)
treeedfa3835e9051da5915199de6f8a8bb686b641b0 /nixos/tests/paperless.nix
parentf0721f377955cbd33a3613750b43629580ade724 (diff)
nixosTests.paperless: Test tesseract compiles when english is not staged
Tests for the regression introduced in #303388 and fixed in
f0721f377955.
Diffstat (limited to 'nixos/tests/paperless.nix')
-rw-r--r--nixos/tests/paperless.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/paperless.nix b/nixos/tests/paperless.nix
index 3d834b29958de..3ef291ba7e06f 100644
--- a/nixos/tests/paperless.nix
+++ b/nixos/tests/paperless.nix
@@ -23,6 +23,7 @@ import ./make-test-python.nix ({ lib, ... }: {
       };
       services.paperless.settings = {
         PAPERLESS_DBHOST = "/run/postgresql";
+        PAPERLESS_OCR_LANGUAGE = "deu";
       };
     };
   }; in self;