treewide: Fix output references to gnome.GConf

+1 -1
+1 -1
nixos/modules/services/x11/window-managers/metacity.nix
··· 22 22 start = '' 23 23 env LD_LIBRARY_PATH=${lib.makeLibraryPath [ xorg.libX11 xorg.libXext ]}:/usr/lib/ 24 24 # !!! Hack: load the schemas for Metacity. 25 - GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf}/bin/gconftool-2 \ 25 + GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf.out}/bin/gconftool-2 \ 26 26 --makefile-install-rule ${gnome.metacity}/etc/gconf/schemas/*.schemas # */ 27 27 ${gnome.metacity}/bin/metacity & 28 28 waitPID=$!