7 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-OobTyPD7FtYMhJL3BDFXaZCOO2iPn8kjEw2OEdqQbr8=";
18 propagatedBuildInputs = with python3.pkgs; [
24 homepage = "http://openttdcoop.org/";
25 description = "Compiler for OpenTTD NML files";
27 license = licenses.gpl2Plus;
28 maintainers = with maintainers; [ ToxicFrog ];