summary refs log tree commit diff
path: root/pkgs/lib/licenses.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/lib/licenses.nix')
-rw-r--r--pkgs/lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix
index dc88f887cc7..87f9298706e 100644
--- a/pkgs/lib/licenses.nix
+++ b/pkgs/lib/licenses.nix
@@ -175,6 +175,12 @@
     shortName = "Proprietary";
     fullName = "Proprietary (non redistributable) license";
   };
+
+  tcltk = {
+    shortName = "Tcl/Tk";
+    fullName = "Tcl/Tk license";
+    url = http://www.tcl.tk/software/tcltk/license.html;
+  };
   
   zlib = {
     shortName = "zlib";