gnomeExtensions.gsconnect: fix typelibPath substitution (#363911)

authored by Doron Behar and committed by GitHub 0b53eb40 343a6c4a

+2 -4
+2 -4
pkgs/desktops/gnome/extensions/gsconnect/default.nix
··· 78 78 79 79 # TODO: do not include every typelib everywhere 80 80 # for example, we definitely do not need nautilus 81 - for file in src/extension.js src/prefs.js; do 82 - substituteInPlace "$file" \ 83 - --subst-var-by typelibPath "$GI_TYPELIB_PATH" 84 - done 81 + substituteInPlace src/__nix-prepend-search-paths.js \ 82 + --subst-var-by typelibPath "$GI_TYPELIB_PATH" 85 83 86 84 # slightly janky fix for gsettings_schemadir being removed 87 85 substituteInPlace data/config.js.in \