Merge pull request #224125 from tadfisher/emacs-pgtk-wrapgappshook

emacs: include wrapGAppsHook for pgtk build
This commit is contained in:
adisbladis 2023-04-01 14:36:19 +13:00 committed by GitHub
commit f5c5751d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ assert withTreeSitter -> tree-sitter != null;
nativeBuildInputs = [ pkg-config makeWrapper ]
++ lib.optionals (srcRepo || withMacport) [ texinfo ]
++ lib.optionals srcRepo [ autoreconfHook ]
++ lib.optional (withX && (withGTK3 || withXwidgets)) wrapGAppsHook;
++ lib.optional (withPgtk || withX && (withGTK3 || withXwidgets)) wrapGAppsHook;
buildInputs =
[ ncurses gconf libxml2 gnutls gettext jansson harfbuzz.dev ]