wxmacmolplt: add wrapGAppsHook for non GTK desktops (#344175)

This commit is contained in:
Markus Kowalewski 2024-09-24 21:05:28 +02:00 committed by GitHub
commit e5b911fd4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
, pkg-config
, xorg
, autoreconfHook
, wrapGAppsHook4
}:
stdenv.mkDerivation rec {
@ -20,7 +21,7 @@ stdenv.mkDerivation rec {
hash = "sha256-gFGstyq9bMmBaIS4QE6N3EIC9GxRvyJYUr8DUvwRQBc=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];
nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook4 ];
buildInputs = [
wxGTK32
libGL