Add meta attribute to colormake.

This commit is contained in:
Rob Vermaas 2013-07-25 11:38:13 +02:00
parent 9afc8bb1e0
commit d568ff324a

View file

@ -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";
};
}