add missing meta data
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
preBuild="makeFlagsArray+=( PREFIX=$out )";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://piumarta.com/software/peg/;
|
||||
homepage = "http://piumarta.com/software/peg/";
|
||||
description = "Tools for generating recursive-descent parsers: programs that perform pattern matching on text";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user