haxe: refactor out of ocamlPackages
This commit is contained in:
committed by
Vincent Laporte
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
|
||||
generic = { version, sha256, prePatch }:
|
||||
|
||||
Reference in New Issue
Block a user