3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
Balletie d852a23662 bindfs: Let mount find bindfs mount helper
When mount is used with mount-type "fuse.bindfs", it cannot find the
mount helper.

If mount can't find `mount.fuse.bindfs`, it executes the `mount.fuse`
mount helper and passes `fuse.bindfs` as argument. Then `mount.fuse`
tries to execute `bindfs` on its own, but it is not found in the PATH.

By creating a `mount.fuse.bindfs` link to the `bindfs` executable, this
problem is avoided because `mount` will just execute the
`mount.fuse.bindfs` mount helper without `mount.fuse` in the middle.
2016-03-29 16:40:11 +02:00
..
applications Merge pull request #14298 from obadz/minor-upgrades 2016-03-29 16:30:35 +03:00
build-support bower2nix: 2.1.0 -> 3.0.1 2016-03-28 08:23:06 +01:00
data mplus: Don't start version with a letter 2016-03-24 13:24:29 +01:00
desktops kwin: allow CMake to set RPATH during build 2016-03-28 06:23:43 -05:00
development Merge pull request #14298 from obadz/minor-upgrades 2016-03-29 16:30:35 +03:00
games steam: enable hardware decoding (for In-Home Streaming) 2016-03-29 09:17:15 +11:00
misc lilypond: set some HOME during the build for Metafont 2016-03-28 01:00:27 +02:00
os-specific Merge pull request #14239 from kragniz/linux-testing-4.6-rc1 2016-03-28 15:53:52 +01:00
servers Merge pull request #14255 from risicle/osrm_fixes 2016-03-28 16:15:16 +00:00
shells oh-my-zsh: 2016-03-19 -> 2016-03-24 2016-03-25 15:07:06 -04:00
stdenv Merge remote-tracking branch 'origin/staging' 2016-03-27 13:19:04 +01:00
test Replace references to all-packages.nix, by references to the top-level of nixpkgs repository. 2016-03-13 18:25:52 +00:00
tools bindfs: Let mount find bindfs mount helper 2016-03-29 16:40:11 +02:00
top-level Updating wings and dependencies to match erlang 2016-03-29 12:24:42 +02:00