From 8b085a9c193fa624a931fe13e8b21a021dc50a5c Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 1 Jun 2016 03:37:24 +0300 Subject: [PATCH] calligra: specify license --- pkgs/applications/office/calligra/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix index 1ced6f3d02d..c4350c67807 100644 --- a/pkgs/applications/office/calligra/default.nix +++ b/pkgs/applications/office/calligra/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { done ''; - meta = { + meta = with stdenv.lib; { description = "A suite of productivity applications"; longDescription = '' Calligra Suite is a set of applications written to help @@ -48,7 +48,8 @@ stdenv.mkDerivation rec { vector graphics. ''; homepage = http://calligra.org; - maintainers = with stdenv.lib.maintainers; [ urkud phreedom ebzzry ]; + maintainers = with maintainers; [ urkud phreedom ebzzry ]; inherit (kdelibs.meta) platforms; + license = licenses.gpl2; }; }