Loading pkgs/development/python-modules/pdf2docx/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , buildPythonPackage , pythonRelaxDepsHook , imagemagick , pip , pytestCheckHook , pymupdf , fire Loading @@ -29,7 +30,12 @@ buildPythonPackage { hash = "sha256-NrT4GURQIJbqnHstfJrPzwLXT9c2oGBi4QJ6eGIFwu4="; }; nativeBuildInputs = [ pythonRelaxDepsHook imagemagick ]; nativeBuildInputs = [ pip pythonRelaxDepsHook imagemagick ]; pythonRemoveDeps = [ "opencv-python" ]; preBuild = "echo '${version}' > version.txt"; Loading Loading
pkgs/development/python-modules/pdf2docx/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , buildPythonPackage , pythonRelaxDepsHook , imagemagick , pip , pytestCheckHook , pymupdf , fire Loading @@ -29,7 +30,12 @@ buildPythonPackage { hash = "sha256-NrT4GURQIJbqnHstfJrPzwLXT9c2oGBi4QJ6eGIFwu4="; }; nativeBuildInputs = [ pythonRelaxDepsHook imagemagick ]; nativeBuildInputs = [ pip pythonRelaxDepsHook imagemagick ]; pythonRemoveDeps = [ "opencv-python" ]; preBuild = "echo '${version}' > version.txt"; Loading