forked from mirrors/nixpkgs
bwidget: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
ae32dd91d4
commit
bd130c34ec
|
@ -21,4 +21,10 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ tcl ];
|
buildInputs = [ tcl ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://tcl.activestate.com/software/tcllib/";
|
||||||
|
description = "The BWidget toolkit is a high-level widget set for Tcl/Tk.";
|
||||||
|
license = stdenv.lib.licenses.tcltk;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue