Commit Graph

30 Commits

Author SHA1 Message Date
Mario Rodas
1b516c5f5d s3fs: update meta 2023-07-23 11:10:00 +00:00
R. Ryantm
f18f372801 s3fs: 1.92 -> 1.93 2023-07-23 11:09:34 +00:00
R. Ryantm
517e2be611 s3fs: 1.91 -> 1.92 2023-05-26 15:16:03 +00:00
Dave Nicponski
c0fe996500 s3fs: fix build on darwin
`s3fs` code uses two constants (UTIME_NOW and UTIME_OMIT) that were not
defined in the darwin sdk headers until sdk version 10.13.
2023-02-15 18:24:05 -05:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
R. Ryantm
87c955386c s3fs: 1.90 -> 1.91 2022-03-12 12:10:43 +00:00
R. RyanTM
40e9580ce4 s3fs: 1.89 -> 1.90 2021-08-10 07:25:16 +00:00
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
R. RyanTM
1b5aea9a7a s3fs: 1.88 -> 1.89 2021-02-26 03:33:39 +00:00
R. RyanTM
c959f84906 s3fs: 1.87 -> 1.88 2021-01-22 00:33:28 +00: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
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
1aba5fcb4a s3fs: 1.86 -> 1.87 2020-08-14 01:53:35 +00:00
Mario Rodas
6e5de6b673
s3fs: enable on darwin 2020-02-08 04:20:00 -05:00
R. RyanTM
1e13edd95a s3fs: 1.85 -> 1.86 2020-02-08 07:06:11 +00: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
7e9a941a28 s3fs: 1.84 -> 1.85 (#58090)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3fs-fuse/versions
2019-03-24 00:56:43 +01:00
R. RyanTM
ac9eae43de s3fs: 1.83 -> 1.84
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/s3fs-fuse/versions.
2018-07-11 05:09:38 -07:00
Sander van der Burg
51857be0d5 s3fs: 1.82 -> 1.83 2018-03-02 18:16:07 +01:00
Sarah Brofeldt
fc2566e966 s3fs: 1.80 -> 1.82 2017-09-14 08:25:29 +02:00
Peter Hoeg
23004ec6dc s3fs: minor cleanups 2017-02-28 17:59:09 +08:00
Eelco Dolstra
4798196447
s3fs-fuse: 1.78 -> 1.80 2017-02-17 13:46:00 +01:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Jaka Hudoklin
4ecf102ebf s3fs: 1.78 -> 1.79 2015-08-19 23:50:27 +02:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
lassulus
d62204a1d2 s3fs: fix typo in name 2015-05-07 22:47:58 +02:00
Sander van der Burg
4c7adddcb7 s3fs: Add package 2015-02-11 13:23:58 +00:00