mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #145655 from alyssais/python-llfuse-cross
python3.pkgs.llfuse: fix cross
This commit is contained in:
commit
8612c1c07f
@ -31,8 +31,13 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ contextlib2 ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'pkg-config'" "'${stdenv.cc.targetPrefix}pkg-config'"
|
||||
'';
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user