Adding meta information to kdiff3 so it gets built by hydra

svn path=/nixpkgs/trunk/; revision=21443
This commit is contained in:
Lluís Batlle i Rossell 2010-04-29 21:31:35 +00:00
parent 54224374cc
commit f85992530f

View file

@ -11,4 +11,12 @@ stdenv.mkDerivation {
# kdebase allows having a konqueror plugin built
buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon gettext kdebase ];
meta = {
homepage = http://kdiff3.sourceforge.net/;
license = "GPLv2+";
description = "Compares and merges 2 or 3 files or directories";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}