re2c: minor cleanup
This commit is contained in:
parent
154efd8ec5
commit
f2be840e98
@ -7,19 +7,19 @@ stdenv.mkDerivation rec {
|
|||||||
sourceRoot = "${src.name}/re2c";
|
sourceRoot = "${src.name}/re2c";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "skvadrik";
|
owner = "skvadrik";
|
||||||
repo = "re2c";
|
repo = "re2c";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0cijgmbyx34nwl2jmsswggkgvzy364871rkbxz8biq9x8xrhhjw5";
|
sha256 = "0cijgmbyx34nwl2jmsswggkgvzy364871rkbxz8biq9x8xrhhjw5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool for writing very fast and very flexible scanners";
|
description = "Tool for writing very fast and very flexible scanners";
|
||||||
homepage = "http://re2c.org";
|
homepage = "http://re2c.org";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user