Unverified Commit f191c7b0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.mkdocstrings: refactor

parent 29ed8e30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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