python310Packages.pyfuse3: fix cross

This commit is contained in:
Robert Schütz 2022-06-13 04:59:54 +00:00 committed by Jonathan Ringer
parent ee5946b90f
commit 106506aabe

View file

@ -27,6 +27,11 @@ buildPythonPackage rec {
hash = "sha256-JGbp2bSI/Rvyys1xMd2o34KlqqBsV6B9LhuuNopayYA=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "'pkg-config'" "'$(command -v $PKG_CONFIG)'"
'';
nativeBuildInputs = [
cython
pkg-config