3
0
Fork 0
forked from mirrors/nixpkgs

xdelta: add longDescription

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-11 18:40:02 +01:00
parent 6aa786d1d6
commit 685b2ebb60
2 changed files with 10 additions and 0 deletions

View file

@ -50,6 +50,11 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
inherit version;
description = "Binary differential compression in VCDIFF (RFC 3284) format";
longDescription = ''
xdelta is a command line program for delta encoding, which generates two
file differences. This is similar to diff and patch, but it is targeted
for binary files and does not generate human readable output.
'';
homepage = http://xdelta.org/;
license = licenses.gpl2Plus;
platforms = platforms.linux;

View file

@ -54,6 +54,11 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
inherit version;
description = "Binary differential compression in VCDIFF (RFC 3284) format";
longDescription = ''
xdelta is a command line program for delta encoding, which generates two
file differences. This is similar to diff and patch, but it is targeted
for binary files and does not generate human readable output.
'';
homepage = http://xdelta.org/;
license = licenses.gpl2Plus;
platforms = platforms.linux;