Loading pkgs/development/python-modules/mkdocstrings/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' --replace-fail 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ build-system = [ pdm-backend ]; propagatedBuildInputs = [ dependencies = [ jinja2 markdown markupsafe Loading Loading
pkgs/development/python-modules/mkdocstrings/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' --replace-fail 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ build-system = [ pdm-backend ]; propagatedBuildInputs = [ dependencies = [ jinja2 markdown markupsafe Loading