We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 343a6c4 + 7e373d7 commit 0b53eb4Copy full SHA for 0b53eb4
pkgs/desktops/gnome/extensions/gsconnect/default.nix
@@ -78,10 +78,8 @@ stdenv.mkDerivation rec {
78
79
# TODO: do not include every typelib everywhere
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
+ substituteInPlace src/__nix-prepend-search-paths.js \
+ --subst-var-by typelibPath "$GI_TYPELIB_PATH"
85
86
# slightly janky fix for gsettings_schemadir being removed
87
substituteInPlace data/config.js.in \
0 commit comments