summary refs log tree commit diff
path: root/pkgs/lib/licenses.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-14 20:10:23 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-14 20:10:58 +0200
commit7745357f0ee44df266a61249a4b6c9f3fef95ed0 (patch)
tree3ce1f6c4a7f0bf05196cb593041162d6ed287b19 /pkgs/lib/licenses.nix
parentd8a2ae8d01b6839d8e88b9a8e822d4a190409a78 (diff)
downloadnixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar.gz
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar.bz2
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar.lz
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar.xz
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.tar.zst
nixpkgs-7745357f0ee44df266a61249a4b6c9f3fef95ed0.zip
meta.license should be a (list of) string(s), not an attribute set
http://hydra.nixos.org/build/4744513
Diffstat (limited to 'pkgs/lib/licenses.nix')
-rw-r--r--pkgs/lib/licenses.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix
index 583cece3222..875f71d5f9f 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";