···7, cacert
8, glib
9, flutter
10+, pkg-config
11, jq
12, yq
13, moreutils
···80 fi
81 '';
8283+ nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [
84+ wrapGAppsHook
85+86+ # Flutter requires pkg-config for Linux desktop support, and many plugins
87+ # attempt to use it.
88+ #
89+ # It is available to the `flutter` tool through its wrapper, but it must be
90+ # added here as well so the setup hook adds plugin dependencies to the
91+ # pkg-config search paths.
92+ pkg-config
93+ ];
94+95 buildInputs = (args.buildInputs or [ ]) ++ [ glib ];
9697 dontDartBuild = true;