mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
32ddebd1e3
`fuse` consists of the library and SUID binaries. They serve different scenarios. Packages depending on libfuse don't want to pull in binaries which shadow SUID ones like `fusermount` and cause troubles. With outputs splitted, we can use `fuse.dev` in development environment without risking shadowing SUID binaries. The `common` output and top-level `fuse-common` are removed because they are not useful since a long time ago. |
||
---|---|---|
.. | ||
common.nix | ||
default.nix | ||
fuse2-Do-not-set-FUSERMOUNT_DIR.patch | ||
fuse3-Do-not-set-FUSERMOUNT_DIR.patch | ||
fuse3-install.patch |