···8383 # Ensure that FUSE calls the setuid wrapper, not
8484 # $out/bin/fusermount. It falls back to calling fusermount in
8585 # $PATH, so it should also work on non-NixOS systems.
8686- NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"'';
8686+ env.NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"'';
87878888 preConfigure =
8989 ''