about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fuse-7z-ng
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-11-11 15:45:52 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-11-11 15:45:52 +0100
commit20336987f91fcc5e04a75a3ecddfa865f06cd5aa (patch)
tree461062ba9d21f927ef4c91ca5d3ef453827d9308 /pkgs/tools/filesystems/fuse-7z-ng
parent6668058a6246350382c896262e49b58843529c09 (diff)
fuse-7z-ng: take longDescription from #8207
Diffstat (limited to 'pkgs/tools/filesystems/fuse-7z-ng')
-rw-r--r--pkgs/tools/filesystems/fuse-7z-ng/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/fuse-7z-ng/default.nix b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
index 4e8df9cacbe2e..8b3df52bcb74c 100644
--- a/pkgs/tools/filesystems/fuse-7z-ng/default.nix
+++ b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
@@ -28,6 +28,12 @@ stdenv.mkDerivation rec {
     inherit version;
     inherit (src.homepage);
     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;
     license = licenses.gpl3Plus;
   };