python3.pkgs.llfuse: fix cross
This commit is contained in:
parent
860795fd7e
commit
5ba0f48841
@ -31,8 +31,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ contextlib2 ];
|
propagatedBuildInputs = [ contextlib2 ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "'pkg-config'" "'${stdenv.cc.targetPrefix}pkg-config'"
|
||||||
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
${python.interpreter} setup.py build_cython
|
${python.pythonForBuild.interpreter} setup.py build_cython
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# On Darwin, the test requires macFUSE to be installed outside of Nix.
|
# On Darwin, the test requires macFUSE to be installed outside of Nix.
|
||||||
|
Loading…
Reference in New Issue
Block a user