From 6827f3210b3c86bbac3b3f3e2a39630ffc792219 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 26 Mar 2024 15:12:27 +0100 Subject: [PATCH] fix(paperless): Try to workaround in classification --- hosts/thrall/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 8c045c8..537bd2a 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -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"; }; };