Unverified Commit 75d6be6c authored by Michael Fellinger's avatar Michael Fellinger
Browse files

erlang: add wrapGAppsHook

parent 215d144f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ? [ ]