mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 ];
|
||||
|
||||
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 New Issue
Block a user