fuse-7z-ng: take longDescription from #8207
This commit is contained in:
parent
6668058a62
commit
20336987f9
@ -28,6 +28,12 @@ stdenv.mkDerivation rec {
|
|||||||
inherit version;
|
inherit version;
|
||||||
inherit (src.homepage);
|
inherit (src.homepage);
|
||||||
description = "A FUSE-based filesystem that uses the p7zip library";
|
description = "A FUSE-based filesystem that uses the p7zip library";
|
||||||
|
longDescription = ''
|
||||||
|
fuse-7z-ng is a FUSE file system that uses the p7zip
|
||||||
|
library to access all archive formats supported by 7-zip.
|
||||||
|
|
||||||
|
This project is a fork of fuse-7z ( https://gitorious.org/fuse-7z/fuse-7z ).
|
||||||
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user