13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-wHszw3S+fuZRwTvJy+FkxQTR2BAvr8H924Wd4/C5heE=";
40 ln -s $out/bin/s3fs $out/bin/mount.s3fs
44 description = "Mount an S3 bucket as filesystem through FUSE";
45 homepage = "https://github.com/s3fs-fuse/s3fs-fuse";
46 changelog = "https://github.com/s3fs-fuse/s3fs-fuse/raw/v${version}/ChangeLog";
48 license = licenses.gpl2Only;
49 platforms = platforms.unix;