python310Packages.pyfuse3: fix cross
This commit is contained in:
committed by
Jonathan Ringer
parent
ee5946b90f
commit
106506aabe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user