From 1ca55953fc8569293f1c4841253bc40a02a5eac5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Sep 2012 06:34:50 +0200 Subject: [PATCH] tcllib: Add missing meta attributes. Signed-off-by: aszlig --- pkgs/development/libraries/tcllib/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; + }; }