···2828 inherit version;
2929 inherit (src.homepage);
3030 description = "A FUSE-based filesystem that uses the p7zip library";
3131+ longDescription = ''
3232+ fuse-7z-ng is a FUSE file system that uses the p7zip
3333+ library to access all archive formats supported by 7-zip.
3434+3535+ This project is a fork of fuse-7z ( https://gitorious.org/fuse-7z/fuse-7z ).
3636+ '';
3137 platforms = platforms.linux;
3238 license = licenses.gpl3Plus;
3339 };