erlang: make systemdSupport overridable
This commit is contained in:
parent
4919ccf2eb
commit
30f4aedd0e
@ -5,7 +5,7 @@
|
|||||||
, unixODBC ? null # odbcSupport
|
, unixODBC ? null # odbcSupport
|
||||||
, libGL ? null, libGLU ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
|
, libGL ? null, libGLU ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
|
||||||
, parallelBuild ? false
|
, parallelBuild ? false
|
||||||
, withSystemd ? stdenv.isLinux, systemd # systemd support in epmd
|
, systemd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{ baseName ? "erlang"
|
{ baseName ? "erlang"
|
||||||
@ -20,6 +20,7 @@
|
|||||||
, enableKernelPoll ? true
|
, enableKernelPoll ? true
|
||||||
, javacSupport ? false, javacPackages ? [ openjdk8 ]
|
, javacSupport ? false, javacPackages ? [ openjdk8 ]
|
||||||
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
|
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
|
||||||
|
, withSystemd ? stdenv.isLinux # systemd support in epmd
|
||||||
, wxSupport ? true, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 ]
|
, wxSupport ? true, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 ]
|
||||||
, preUnpack ? "", postUnpack ? ""
|
, preUnpack ? "", postUnpack ? ""
|
||||||
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
|
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user