python313Packages.pyfuse3: fix build (#406802)

This commit is contained in:
Aleksana
2025-05-14 18:13:15 +08:00
committed by GitHub
@@ -30,6 +30,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace-fail "if DEVELOPER_MODE" "if False" \
--replace-fail "'pkg-config'" "'$(command -v $PKG_CONFIG)'"
'';