···77, cacert
88, glib
99, flutter
1010+, pkg-config
1011, jq
1112, yq
1213, moreutils
···7980 fi
8081 '';
81828282- nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ wrapGAppsHook ];
8383+ nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [
8484+ wrapGAppsHook
8585+8686+ # Flutter requires pkg-config for Linux desktop support, and many plugins
8787+ # attempt to use it.
8888+ #
8989+ # It is available to the `flutter` tool through its wrapper, but it must be
9090+ # added here as well so the setup hook adds plugin dependencies to the
9191+ # pkg-config search paths.
9292+ pkg-config
9393+ ];
9494+8395 buildInputs = (args.buildInputs or [ ]) ++ [ glib ];
84968597 dontDartBuild = true;