Merge pull request #302577 from manveru/erlang-wrap-gapps-hook

erlang: add wrapGAppsHook
This commit is contained in:
Yt 2024-04-08 17:52:23 +00:00 committed by GitHub
commit d054e50a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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 ? [ ]