python3Packages.cx-logging: fix version in VERSION

This commit is contained in:
Robert Schütz
2026-07-08 19:21:42 -07:00
parent a16de1dccf
commit a55f8f39bf
@@ -22,6 +22,8 @@ buildPythonPackage (finalAttrs: {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=70.1,<75" "setuptools"
echo '${finalAttrs.version}' > VERSION
''
# The flag -soname isn't recognized by the linker on darwin. Only -install_name is valid.
+ lib.optionalString stdenv.hostPlatform.isDarwin ''