summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/metacity.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:34:18 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:52:57 +0300
commit8877efa65b237d8c9fe719a0257bf426445a0c04 (patch)
tree4408ba67d25284bf62a1bdc8663715027884ed69 /nixos/modules/services/x11/window-managers/metacity.nix
parentf410ec16c4c57aad7f4bbc4c01abe146c49217b0 (diff)
downloadnixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar.gz
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar.bz2
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar.lz
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar.xz
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.tar.zst
nixpkgs-8877efa65b237d8c9fe719a0257bf426445a0c04.zip
treewide: Fix output references to gnome.GConf
Diffstat (limited to 'nixos/modules/services/x11/window-managers/metacity.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/metacity.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/metacity.nix b/nixos/modules/services/x11/window-managers/metacity.nix
index 12bc19ad3c2..436eccbaf0c 100644
--- a/nixos/modules/services/x11/window-managers/metacity.nix
+++ b/nixos/modules/services/x11/window-managers/metacity.nix
@@ -22,7 +22,7 @@ in
         start = ''
           env LD_LIBRARY_PATH=${lib.makeLibraryPath [ xorg.libX11 xorg.libXext ]}:/usr/lib/
           # !!! Hack: load the schemas for Metacity.
-          GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf}/bin/gconftool-2 \
+          GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf.out}/bin/gconftool-2 \
             --makefile-install-rule ${gnome.metacity}/etc/gconf/schemas/*.schemas # */
           ${gnome.metacity}/bin/metacity &
           waitPID=$!