···78787979 # TODO: do not include every typelib everywhere
8080 # for example, we definitely do not need nautilus
8181- for file in src/extension.js src/prefs.js; do
8282- substituteInPlace "$file" \
8383- --subst-var-by typelibPath "$GI_TYPELIB_PATH"
8484- done
8181+ substituteInPlace src/__nix-prepend-search-paths.js \
8282+ --subst-var-by typelibPath "$GI_TYPELIB_PATH"
85838684 # slightly janky fix for gsettings_schemadir being removed
8785 substituteInPlace data/config.js.in \