beam-packages: remove wxSupport from bootstrap arguments
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
11e4040457
commit
8622e4965b
@ -3,11 +3,10 @@
|
|||||||
# TODO: use jdk https://github.com/NixOS/nixpkgs/pull/89731
|
# TODO: use jdk https://github.com/NixOS/nixpkgs/pull/89731
|
||||||
, openjdk8 ? null # javacSupport
|
, openjdk8 ? null # javacSupport
|
||||||
, unixODBC ? null # odbcSupport
|
, unixODBC ? null # odbcSupport
|
||||||
, libGL ? null, libGLU ? null, wxGTK ? null, wxmac ? null, xorg ? null, wxSupport ? true
|
, libGL ? null, libGLU ? null, wxGTK ? null, wxmac ? null, xorg ? null
|
||||||
, parallelBuild ? false
|
, parallelBuild ? false
|
||||||
, systemd
|
, systemd, wxSupport ? true
|
||||||
}:
|
}:
|
||||||
let defaultWxSupport = wxSupport; in
|
|
||||||
{ baseName ? "erlang"
|
{ baseName ? "erlang"
|
||||||
, version
|
, version
|
||||||
, sha256 ? null
|
, sha256 ? null
|
||||||
@ -21,7 +20,7 @@ let defaultWxSupport = wxSupport; in
|
|||||||
, javacSupport ? false, javacPackages ? [ openjdk8 ]
|
, javacSupport ? false, javacPackages ? [ openjdk8 ]
|
||||||
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
|
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
|
||||||
, withSystemd ? stdenv.isLinux # systemd support in epmd
|
, withSystemd ? stdenv.isLinux # systemd support in epmd
|
||||||
, wxSupport ? defaultWxSupport, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 ]
|
, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 ]
|
||||||
, preUnpack ? "", postUnpack ? ""
|
, preUnpack ? "", postUnpack ? ""
|
||||||
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
|
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
|
||||||
, configureFlags ? [], configurePhase ? "", preConfigure ? "", postConfigure ? ""
|
, configureFlags ? [], configurePhase ? "", preConfigure ? "", postConfigure ? ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user