Add meta attribute to colormake.
This commit is contained in:
parent
9afc8bb1e0
commit
d568ff324a
@ -16,5 +16,9 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -fa colormake.pl colormake colormake-short clmake clmake-short $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…
x
Reference in New Issue
Block a user