python3Packages.strawberry-graphql-django: fix version metadata

This commit is contained in:
Martin Weinelt
2026-07-14 12:36:14 +02:00
parent 82fcdfd0ed
commit b1e4cc5d5d

View File

@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
# build-system
hatchling,
@@ -49,6 +50,10 @@ buildPythonPackage rec {
echo 'STATIC_URL = "static/"' >> tests/django_settings.py
'';
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [
hatchling
];