Unverified Commit f5c5751d authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

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

emacs: include wrapGAppsHook for pgtk build
parents bac1040c 42e2af66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]