python313Packages.pyfuse3: fix build (#406802)
This commit is contained in:
@@ -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)'"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user