Skip to content

Commit

Permalink
Merge pull request #65038 from LnL7/erlang-wx
Browse files Browse the repository at this point in the history
erlang: remove wx conditional
  • Loading branch information
LnL7 committed Jul 18, 2019
2 parents 6fb8e5c + 574cb4a commit 04b3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/erlang/generic-builder.nix
Expand Up @@ -18,7 +18,7 @@
, enableKernelPoll ? true
, javacSupport ? false, javacPackages ? [ openjdk ]
, odbcSupport ? false, odbcPackages ? [ unixODBC ]
, wxSupport ? !stdenv.isDarwin, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ]
, wxSupport ? true, wxPackages ? [ libGLU_combined wxGTK xorg.libX11 ]
, preUnpack ? "", postUnpack ? ""
, patches ? [], patchPhase ? "", prePatch ? "", postPatch ? ""
, configureFlags ? [], configurePhase ? "", preConfigure ? "", postConfigure ? ""
Expand Down

0 comments on commit 04b3ad8

Please sign in to comment.