From ecb38b5fb6f12b19862fedbb6774fb886dbd84c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= <vcunat@gmail.com>
Date: Tue, 21 Jul 2015 18:54:10 +0200
Subject: [PATCH] gnome-control-center: meta fixes

Description was wrong, and add meta. Taken from Debian.
/cc maintainer @lethalman, also for the grandparent commit.
---
 .../gnome-3/3.16/core/gnome-control-center/default.nix         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix b/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
index 0a688115f142..5d6e504951f7 100644
--- a/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
+++ b/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
@@ -53,7 +53,8 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "Single sign-on framework for GNOME";
+    description = "Utilities to configure the GNOME desktop";
+    license = licenses.gpl2Plus;
     maintainers = with maintainers; [ lethalman ];
     platforms = platforms.linux;
   };