From 20336987f91fcc5e04a75a3ecddfa865f06cd5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 11 Nov 2015 15:45:52 +0100 Subject: [PATCH] fuse-7z-ng: take longDescription from #8207 --- pkgs/tools/filesystems/fuse-7z-ng/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/tools/filesystems/fuse-7z-ng/default.nix b/pkgs/tools/filesystems/fuse-7z-ng/default.nix index 4e8df9cacbe..8b3df52bcb7 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; };