summary refs log tree commit diff
path: root/pkgs/development/libraries/tcllib
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-09-09 06:34:50 +0200
committeraszlig <aszlig@redmoonstudios.org>2012-09-09 07:00:01 +0200
commit1ca55953fc8569293f1c4841253bc40a02a5eac5 (patch)
tree014f8ffd8907906f0c71aa167df45691d1390ee4 /pkgs/development/libraries/tcllib
parentbd130c34ec81a9b14c9a2d7d7f2beb610f35a26c (diff)
downloadnixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar.gz
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar.bz2
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar.lz
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar.xz
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.tar.zst
nixpkgs-1ca55953fc8569293f1c4841253bc40a02a5eac5.zip
tcllib: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/libraries/tcllib')
-rw-r--r--pkgs/development/libraries/tcllib/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tcllib/default.nix b/pkgs/development/libraries/tcllib/default.nix
index 6aec229f529..12bbe0914e0 100644
--- a/pkgs/development/libraries/tcllib/default.nix
+++ b/pkgs/development/libraries/tcllib/default.nix
@@ -14,4 +14,10 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [ tcl ];
+
+  meta = {
+    homepage = "http://tcl.activestate.com/software/tcllib/";
+    description = "Tcl-only library of standard routines for Tcl";
+    license = stdenv.lib.licenses.tcltk;
+  };
 }