From 7745357f0ee44df266a61249a4b6c9f3fef95ed0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 14 Apr 2013 20:10:23 +0200 Subject: meta.license should be a (list of) string(s), not an attribute set http://hydra.nixos.org/build/4744513 --- pkgs/lib/licenses.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'pkgs/lib') diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix index 583cece32220..875f71d5f9f5 100644 --- a/pkgs/lib/licenses.nix +++ b/pkgs/lib/licenses.nix @@ -183,15 +183,9 @@ url = http://www.tcl.tk/software/tcltk/license.html; }; - unfree = { - shortName = "unfree"; - fullName = "unfree non-redistributable license"; - }; + unfree = "unfree"; - unfreeRedistributable = { - shortName = "unfree-redistributable"; - fullName = "unfree redistributable license"; - }; + unfreeRedistributable = "unfree-redistributable"; zlib = { shortName = "zlib"; -- cgit 1.4.1