14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-7zZdLby7HdNoURgdkg+xnlp6VDCACcyGCTtjM43OLd4=";
31 enableParallelBuilding = true;
34 patchShebangs run_tests.py
38 updateScript = nix-update-script { };
40 inherit ninja php spamassassin;
45 description = "Tool for writing very fast and very flexible scanners";
46 homepage = "https://re2c.org";
47 license = licenses.publicDomain;
48 platforms = platforms.all;
49 maintainers = with maintainers; [ thoughtpolice ];