Commit graph

28 commits

Author SHA1 Message Date
midchildan c595604bed
fuse: use macfuse-stubs instead on Darwin 2021-03-23 23:42:16 +09:00
midchildan fa6c8b656b
macfuse-stubs: init at 4.0.4
replaces osxfuse 3.8.3
2021-03-21 15:50:13 +09:00
Konstantin Alekseev 7c3f2c0ed6 bindfs: enable darwin 2021-03-08 12:20:23 +03:00
Bernardo Meurer 7af939ddf2
bindfs: add lovesegfault to maintainers 2021-02-16 11:18:48 -08:00
Bernardo Meurer 9fa0c056de
bindfs: gpl2 -> gpl2Only 2021-02-16 11:18:28 -08:00
Bernardo Meurer 17f01cfe52
bindfs: 1.15.0 -> 1.15.1 2021-02-16 11:17:26 -08:00
R. RyanTM 6abcada9a8 bindfs: 1.14.9 -> 1.15.0 2021-02-16 13:51:27 +00:00
talyz 95ab0eda16
bindfs: 1.14.8 -> 1.14.9 2021-01-25 12:37:19 +01:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
R. RyanTM bdfe55d718 bindfs: 1.14.7 -> 1.14.8 2020-10-21 20:47:23 +00:00
R. RyanTM 88a760ef95 bindfs: 1.14.5 -> 1.14.7 2020-05-20 06:15:57 +00:00
R. RyanTM 0303529980 bindfs: 1.14.4 -> 1.14.5 2020-05-04 19:52:22 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 439f083931 bindfs: 1.14.3 -> 1.14.4 2020-03-29 14:37:56 +02:00
R. RyanTM 50e40630ce bindfs: 1.14.2 -> 1.14.3 2020-01-15 05:38:04 +00:00
R. RyanTM 5ae32c796f bindfs: 1.14.1 -> 1.14.2 2019-12-22 19:47:39 -08:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 37c16d0e60 bindfs: 1.14.0 -> 1.14.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
2019-07-15 10:36:23 +02:00
R. RyanTM c6a3bcbab4 bindfs: 1.13.11 -> 1.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
2019-06-01 00:13:49 -07:00
R. RyanTM 68c45556ef bindfs: 1.13.10 -> 1.13.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
2019-04-14 01:54:48 -07:00
R. RyanTM ddaefd444e bindfs: 1.13.9 -> 1.13.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
2018-10-16 04:38:35 -07:00
Ryan Mulligan 038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Ryan Mulligan b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Ryan Mulligan 93268fc9f9 bindfs: 1.12.6 -> 1.13.9
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs -h` got 0 exit code
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs --help` got 0 exit code
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs -V` and found version 1.13.9
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs --version` and found version 1.13.9
- found 1.13.9 with grep in /nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9
2018-02-25 09:19:50 -08:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
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
Jason \"Don\" O'Conal 297599a299 bindfs: add expression 2014-08-07 01:07:34 +02:00