···83 # Ensure that FUSE calls the setuid wrapper, not
84 # $out/bin/fusermount. It falls back to calling fusermount in
85 # $PATH, so it should also work on non-NixOS systems.
86- NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"'';
8788 preConfigure =
89 ''
···83 # Ensure that FUSE calls the setuid wrapper, not
84 # $out/bin/fusermount. It falls back to calling fusermount in
85 # $PATH, so it should also work on non-NixOS systems.
86+ env.NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"'';
8788 preConfigure =
89 ''