Merge pull request #302577 from manveru/erlang-wrap-gapps-hook
erlang: add wrapGAppsHook
This commit is contained in:
commit
d054e50a3f
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
, common-updater-scripts
|
||||
, coreutils
|
||||
, git
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
{ baseName ? "erlang"
|
||||
, version
|
||||
|
@ -43,7 +44,7 @@
|
|||
, odbcSupport ? false
|
||||
, odbcPackages ? [ unixODBC ]
|
||||
, opensslPackage ? openssl
|
||||
, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 ]
|
||||
, wxPackages ? [ libGL libGLU wxGTK xorg.libX11 wrapGAppsHook ]
|
||||
, preUnpack ? ""
|
||||
, postUnpack ? ""
|
||||
, patches ? [ ]
|
||||
|
|
Loading…
Reference in a new issue