Merge pull request #59963 from yrashk/pforth

pforth: init at 28
This commit is contained in:
Mario Rodas
2019-04-26 18:33:54 -05:00
committed by GitHub
2 changed files with 30 additions and 0 deletions
+2
View File
@@ -7746,6 +7746,8 @@ in
inherit (ocaml-ng.ocamlPackages_4_05) ocaml;
};
pforth = callPackage ../development/compilers/pforth {};
picat = callPackage ../development/compilers/picat {
stdenv = overrideCC stdenv gcc49;
};