diff --git a/pkgs/applications/file-managers/browsr/default.nix b/pkgs/applications/file-managers/browsr/default.nix index 58342979fcb9..97b14563c97e 100644 --- a/pkgs/applications/file-managers/browsr/default.nix +++ b/pkgs/applications/file-managers/browsr/default.nix @@ -60,6 +60,7 @@ python3.pkgs.buildPythonApplication rec { }; pythonRelaxDeps = [ + "art" "fsspec" "pymupdf" "rich-click"