Unverified Commit 7067c4b0 authored by e1mo's avatar e1mo
Browse files

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

Tests for the regression introduced in #303388 and fixed in
f0721f37.
parent f0721f37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import ./make-test-python.nix ({ lib, ... }: {
      };
      services.paperless.settings = {
        PAPERLESS_DBHOST = "/run/postgresql";
        PAPERLESS_OCR_LANGUAGE = "deu";
      };
    };
  }; in self;