diff --git a/pkgs/desktops/kde-4.4/extragear/kdiff3/default.nix b/pkgs/desktops/kde-4.4/extragear/kdiff3/default.nix index d53fdbaf2e6..1a313ca215b 100644 --- a/pkgs/desktops/kde-4.4/extragear/kdiff3/default.nix +++ b/pkgs/desktops/kde-4.4/extragear/kdiff3/default.nix @@ -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; + }; }