summary refs log tree commit diff
path: root/pkgs/tools/filesystems/s3fs
AgeCommit message (Collapse)AuthorFilesLines
2023-07-23s3fs: update metaMario Rodas1-2/+5
2023-07-23s3fs: 1.92 -> 1.93R. Ryantm1-2/+2
2023-05-26s3fs: 1.91 -> 1.92R. Ryantm1-2/+2
2023-02-15s3fs: fix build on darwinDave Nicponski1-1/+0
`s3fs` code uses two constants (UTIME_NOW and UTIME_OMIT) that were not defined in the darwin sdk headers until sdk version 10.13.
2022-05-29treewide: pkgs/tools: mark broken for darwinRick van Schijndel1-0/+1
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-03-12s3fs: 1.90 -> 1.91R. Ryantm1-2/+2
2021-08-10s3fs: 1.89 -> 1.90R. RyanTM1-2/+2
2021-03-23fuse: use macfuse-stubs instead on Darwinmidchildan1-4/+2
2021-03-21macfuse-stubs: init at 4.0.4midchildan1-2/+2
replaces osxfuse 3.8.3
2021-02-26s3fs: 1.88 -> 1.89R. RyanTM1-2/+2
2021-01-22s3fs: 1.87 -> 1.88R. RyanTM1-2/+2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-14s3fs: 1.86 -> 1.87R. RyanTM1-2/+2
2020-02-08s3fs: enable on darwinMario Rodas1-3/+5
2020-02-08s3fs: 1.85 -> 1.86R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-24s3fs: 1.84 -> 1.85 (#58090)R. RyanTM1-2/+2
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-11s3fs: 1.83 -> 1.84R. RyanTM1-2/+2
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-03-02s3fs: 1.82 -> 1.83Sander van der Burg1-2/+2
2017-09-14s3fs: 1.80 -> 1.82Sarah Brofeldt1-2/+2
2017-02-28s3fs: minor cleanupsPeter Hoeg1-8/+15
2017-02-17s3fs-fuse: 1.78 -> 1.80Eelco Dolstra1-3/+5
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-08-19s3fs: 1.78 -> 1.79Jaka Hudoklin1-4/+8
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-05-27Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice1-2/+2
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-07s3fs: fix typo in namelassulus1-1/+1
2015-02-11s3fs: Add packageSander van der Burg1-0/+16