fix(paperless): Try to workaround in classification

This commit is contained in:
Alexander Kobjolke 2024-03-26 15:12:27 +01:00
parent dd5e6f561d
commit 6827f3210b

View file

@ -296,6 +296,10 @@ in {
PAPERLESS_URL = "https://docs.failco.de";
PAPERLESS_CONSUMER_RECURSIVE = true;
PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS = true;
# workaround for classification getting stuck, see
# https://github.com/NixOS/nixpkgs/issues/240591#issuecomment-1915678490
LD_LIBRARY_PATH = "${lib.getLib pkgs.mkl}/lib";
};
};