Add meta attribute to colormake.
This commit is contained in:
parent
9afc8bb1e0
commit
d568ff324a
@ -17,4 +17,8 @@ stdenv.mkDerivation rec {
|
||||
cp -fa colormake.pl colormake colormake-short clmake clmake-short $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A simple wrapper around make to colorize the output.";
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user