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 ];
|
buildInputs = [ tcl openssl ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://tls.sourceforge.net/";
|
||||||
|
description = "An OpenSSL / RSA-bsafe Tcl extension";
|
||||||
|
license = stdenv.lib.licenses.tcltk;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user