about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:27 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:27 +0200
commit5dfcafb20552f89a569e605e1007b3000b8ac3b3 (patch)
treee1f9e16024577da89417675cf693b013f06c5b11 /pkgs/applications
parent33e7a2549afd53851c3ca1bd89395c90442a2530 (diff)
downloadnixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar.gz
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar.bz2
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar.lz
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar.xz
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.tar.zst
nixlib-5dfcafb20552f89a569e605e1007b3000b8ac3b3.zip
treewide: Mass replace 'xwayland}/bin' to refer the 'out' output
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/weston/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix
index 0720368222dc..f154d3c28c7e 100644
--- a/pkgs/applications/window-managers/weston/default.nix
+++ b/pkgs/applications/window-managers/weston/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     ++ stdenv.lib.optional (vaapi != null) "--enabe-vaapi-recorder"
     ++ stdenv.lib.optionals (xwayland != null) [
         "--enable-xwayland"
-        "--with-xserver-path=${xwayland}/bin/Xwayland"
+        "--with-xserver-path=${xwayland.out}/bin/Xwayland"
       ];
 
   meta = with stdenv.lib; {