mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-18 08:55:34 -04:00
nix: fix libfuse not being loaded in mfusepy
This commit is contained in:
parent
da4c24652d
commit
7386365cae
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
# be able to find libfuse in /usr/local/lib.
|
||||
patchPhase = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
|
||||
substituteInPlace mfusepy.py \
|
||||
--replace "find_library('fuse')" "'${pkgs.fuse}/lib/libfuse.so'" \
|
||||
--replace "find_library('fuse')" "'${pkgs.fuse.out}/lib/libfuse.so'" \
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user