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-01-24 09:29:49 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:37 +0200
commit5d52f5542604fad210a1b16484f31d2f8bb5ed39 (patch)
treea3a8c1f72d2fd0870d7feaba18842ab7f572c904 /nixos/modules/services/x11/window-managers/metacity.nix
parent91b40bd9d24a35dedfbceb0d3eeb72dcc0f27d5b (diff)
downloadnixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.gz
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.bz2
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.lz
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.xz
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.zst
nixpkgs-5d52f5542604fad210a1b16484f31d2f8bb5ed39.zip
treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output
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 3e5229be634..866bb441de4 100644
--- a/nixos/modules/services/x11/window-managers/metacity.nix
+++ b/nixos/modules/services/x11/window-managers/metacity.nix
@@ -20,7 +20,7 @@ in
     services.xserver.windowManager.session = singleton
       { name = "metacity";
         start = ''
-          env LD_LIBRARY_PATH=${xorg.libX11}/lib:${xorg.libXext}/lib:/usr/lib/
+          env LD_LIBRARY_PATH=${xorg.libX11.out}/lib:${xorg.libXext}/lib:/usr/lib/
           # !!! Hack: load the schemas for Metacity.
           GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf}/bin/gconftool-2 \
             --makefile-install-rule ${gnome.metacity}/etc/gconf/schemas/*.schemas # */