erlang: add wrapGAppsHook

This commit is contained in:
Michael Fellinger 2024-04-08 15:23:40 +02:00
parent 215d144f77
commit 75d6be6c99
No known key found for this signature in database
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 ? [ ]