1 { lib, stdenv, fetchFromGitHub, ats2 }:
3 stdenv.mkDerivation rec {
5 version = "unstable-2018-10-21";
7 src = fetchFromGitHub {
10 rev = "2d49f4e76d0fe1f857ceb70deba4aed13c306dcb";
11 sha256 = "sha256-Wp39488YNL40GKp4KaJwhi75PsYP+gMtrZqAvs4Q/sw=";
14 nativeBuildInputs = [ ats2 ];
17 description = "Pretty-print error messages of the ATS Compiler";
18 homepage = "https://github.com/sparverius/ats-acc";
19 maintainers = with maintainers; [ fortuneteller2k ];
20 license = licenses.unfree; # Upstream has no license