python313Packages.pyfuse3: fix build

This commit is contained in:
Robert Schütz
2025-05-13 10:22:26 -07:00
parent d9f6719fdd
commit 6ad826908f
@@ -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)'"
'';