mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
tcltls: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
1ca55953fc
commit
4f1b8117f3
@ -22,4 +22,10 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ tcl openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://tls.sourceforge.net/";
|
||||
description = "An OpenSSL / RSA-bsafe Tcl extension";
|
||||
license = stdenv.lib.licenses.tcltk;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user