summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:51 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:37 +0200
commit40ef23e7ed521abb7161dde01806ca62c9ed25ba (patch)
tree806c7401f3204ea123d1579fb2109fd906a94335 /nixos/modules/services/x11/window-managers
parenteec609fcc191857a44a200bc401d6c7f8a51d97f (diff)
downloadnixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar.gz
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar.bz2
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar.lz
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar.xz
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.tar.zst
nixlib-40ef23e7ed521abb7161dde01806ca62c9ed25ba.zip
treewide: Mass replace 'xorg.libXext}/lib' to refer the 'out' output
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-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 866bb441de45..2957ad91be45 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.out}/lib:${xorg.libXext}/lib:/usr/lib/
+          env LD_LIBRARY_PATH=${xorg.libX11.out}/lib:${xorg.libXext.out}/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 # */