From ae8daeb5f0e1ea2d976c8a1467e107fb40e79cb2 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 6 Jun 2025 21:30:54 +0200 Subject: [PATCH] python3Packages.markitdown: add missing dependency --- pkgs/development/python-modules/markitdown/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/markitdown/default.nix b/pkgs/development/python-modules/markitdown/default.nix index 8db31e31dc05..565602f2feff 100644 --- a/pkgs/development/python-modules/markitdown/default.nix +++ b/pkgs/development/python-modules/markitdown/default.nix @@ -4,6 +4,7 @@ fetchFromGitHub, hatchling, beautifulsoup4, + defusedxml, ffmpeg-headless, magika, mammoth, @@ -45,6 +46,7 @@ buildPythonPackage rec { dependencies = [ beautifulsoup4 + defusedxml ffmpeg-headless lxml magika