Loading pkgs/development/python-modules/pymupdf/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -73,13 +73,16 @@ buildPythonPackage rec { unset LD ''; nativeBuildInputs = [ build-system = [ libclang swig psutil setuptools ]; dependencies = [ mupdf-cxx-lib ]; buildInputs = [ freetype harfbuzz Loading @@ -89,8 +92,6 @@ buildPythonPackage rec { gumbo ]; propagatedBuildInputs = [ mupdf-cxx-lib ]; env = { # force using system MuPDF (must be defined in environment and empty) PYMUPDF_SETUP_MUPDF_BUILD = ""; Loading @@ -110,11 +111,9 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ fonttools pillow psutil pymupdf-fonts ]; Loading Loading
pkgs/development/python-modules/pymupdf/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -73,13 +73,16 @@ buildPythonPackage rec { unset LD ''; nativeBuildInputs = [ build-system = [ libclang swig psutil setuptools ]; dependencies = [ mupdf-cxx-lib ]; buildInputs = [ freetype harfbuzz Loading @@ -89,8 +92,6 @@ buildPythonPackage rec { gumbo ]; propagatedBuildInputs = [ mupdf-cxx-lib ]; env = { # force using system MuPDF (must be defined in environment and empty) PYMUPDF_SETUP_MUPDF_BUILD = ""; Loading @@ -110,11 +111,9 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ fonttools pillow psutil pymupdf-fonts ]; Loading