mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Add meta attribute to colormake.
This commit is contained in:
parent
9afc8bb1e0
commit
d568ff324a
1 changed files with 5 additions and 1 deletions
|
@ -16,5 +16,9 @@ stdenv.mkDerivation rec {
|
|||
mkdir -p $out/bin
|
||||
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…
Reference in a new issue