pdfding: fix package version

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-07-20 16:13:09 +05:30
parent a4b4f293c1
commit 0e34747bec
+2 -1
View File
@@ -24,9 +24,10 @@ python.pkgs.buildPythonPackage (finalAttrs: {
strictDeps = true;
__structuredAttrs = true;
# remove supervisor from dependencies
# remove supervisor from dependencies and fix version
postPatch = ''
sed -i 's/supervisor.*$//' pyproject.toml
sed -i 's/^version = .*$/version = "${finalAttrs.version}"/' pyproject.toml
'';
dependencies =