python312Packages.mkdocstrings: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 09:19:28 +02:00 committed by GitHub
parent 29ed8e3015
commit f191c7b0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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