6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 hash = "sha256-OobTyPD7FtYMhJL3BDFXaZCOO2iPn8kjEw2OEdqQbr8=";
17 propagatedBuildInputs = with python3.pkgs; [
23 homepage = "http://openttdcoop.org/";
24 description = "Compiler for OpenTTD NML files";
26 license = licenses.gpl2Plus;
27 maintainers = with maintainers; [ ToxicFrog ];