fix(paperless): Try to workaround in classification
This commit is contained in:
parent
dd5e6f561d
commit
6827f3210b
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue