pythonPackages.fusepy: fix fuse path
This commit is contained in:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
# be able to find libfuse in /usr/local/lib.
|
||||
patchPhase = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
|
||||
substituteInPlace fuse.py --replace \
|
||||
"find_library('fuse')" "'${pkgs.fuse}/lib/libfuse.so'"
|
||||
"find_library('fuse')" "'${lib.getLib pkgs.fuse}/lib/libfuse.so'"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user