fuse-7z-ng: take longDescription from #8207

+6
+6
pkgs/tools/filesystems/fuse-7z-ng/default.nix
··· 28 inherit version; 29 inherit (src.homepage); 30 description = "A FUSE-based filesystem that uses the p7zip library"; 31 platforms = platforms.linux; 32 license = licenses.gpl3Plus; 33 };
··· 28 inherit version; 29 inherit (src.homepage); 30 description = "A FUSE-based filesystem that uses the p7zip library"; 31 + longDescription = '' 32 + fuse-7z-ng is a FUSE file system that uses the p7zip 33 + library to access all archive formats supported by 7-zip. 34 + 35 + This project is a fork of fuse-7z ( https://gitorious.org/fuse-7z/fuse-7z ). 36 + ''; 37 platforms = platforms.linux; 38 license = licenses.gpl3Plus; 39 };