11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-bsFo+aaeNceSme9WBUVg4zpE4DzlmLHv+esQIAlTGGU=";
27 buildInputs = [ (if stdenv.hostPlatform.isDarwin then macfuse-stubs else fuse) ];
32 install -Dm555 ext4fuse $out/bin/ext4fuse
38 description = "EXT4 implementation for FUSE";
39 mainProgram = "ext4fuse";
40 homepage = "https://github.com/gerard/ext4fuse";
41 maintainers = with maintainers; [ felixalbrigtsen ];
42 platforms = platforms.unix;
43 license = licenses.gpl2Plus;