haxe: refactor out of ocamlPackages

This commit is contained in:
Vincent Laporte
2019-10-23 15:54:18 +00:00
committed by Vincent Laporte
parent 7e51c79f17
commit 60f50b69a6
3 changed files with 6 additions and 4 deletions

View File

@@ -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
generic = { version, sha256, prePatch }: