haxe: refactor out of ocamlPackages
This commit is contained in:
parent
7e51c79f17
commit
60f50b69a6
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, fetchgit, coreutils, ocaml, zlib, pcre, neko, camlp4 }:
|
{ stdenv, fetchgit, coreutils, ocamlPackages, zlib, pcre, neko }:
|
||||||
|
|
||||||
|
let inherit (ocamlPackages) ocaml camlp4; in
|
||||||
|
|
||||||
let
|
let
|
||||||
generic = { version, sha256, prePatch }:
|
generic = { version, sha256, prePatch }:
|
||||||
|
@ -7986,7 +7986,9 @@ in
|
|||||||
graphviz = graphviz-nox;
|
graphviz = graphviz-nox;
|
||||||
});
|
});
|
||||||
|
|
||||||
inherit (ocaml-ng.ocamlPackages_4_05.haxe) haxe_3_2 haxe_3_4;
|
inherit (callPackage ../development/compilers/haxe {
|
||||||
|
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
|
||||||
|
}) haxe_3_2 haxe_3_4;
|
||||||
haxe = haxe_3_4;
|
haxe = haxe_3_4;
|
||||||
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
|
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
|
||||||
inherit (haxePackages) hxcpp;
|
inherit (haxePackages) hxcpp;
|
||||||
|
@ -1107,8 +1107,6 @@ let
|
|||||||
|
|
||||||
# Apps / from all-packages
|
# Apps / from all-packages
|
||||||
|
|
||||||
haxe = callPackage ../development/compilers/haxe { };
|
|
||||||
|
|
||||||
ocamlnat = callPackage ../development/ocaml-modules/ocamlnat { };
|
ocamlnat = callPackage ../development/ocaml-modules/ocamlnat { };
|
||||||
|
|
||||||
trv = callPackage ../development/tools/misc/trv { };
|
trv = callPackage ../development/tools/misc/trv { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user