pdfding: fix package version

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 0e34747bec)
This commit is contained in:
phanirithvij
2026-07-20 16:13:09 +05:30
parent 99132c26d6
commit a5d3bb2ef7

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 =