treewide: Mass replace 'xwayland}/bin' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen 2016-02-01 20:46:27 +02:00
parent 33e7a2549a
commit 5dfcafb205

View file

@ -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; {