13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-7S+mZ6jejD9wCqFYfJ0mE2jCKt77S64LEAgAIV2DPqA=";
38 makeFlags = [ "prefix=$(out)" ];
41 description = "FUSE file system for ZIP archives";
42 homepage = "https://github.com/google/mount-zip";
44 mount-zip is a tool allowing to open, explore and extract ZIP archives.
46 This project is a fork of fuse-zip.
48 license = licenses.gpl3;
49 maintainers = with maintainers; [ arti5an ];
50 platforms = platforms.linux;
51 mainProgram = "mount-zip";