diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix index e1743bddf69..42ef0e816d9 100644 --- a/pkgs/lib/licenses.nix +++ b/pkgs/lib/licenses.nix @@ -187,7 +187,17 @@ fullName = "Tcl/Tk license"; url = http://www.tcl.tk/software/tcltk/license.html; }; - + + unfree = { + shortName = "unfree"; + fullName = "unfree non-redistributable license"; + }; + + unfreeRedistributable = { + shortName = "unfree-redistributable"; + fullName = "unfree redistributable license"; + }; + zlib = { shortName = "zlib"; fullName = "zlib license";