xwayland: fix build

Maybe it was just covered by #7524 until now.
/cc #5061 and @echo-oddly.
This commit is contained in:
Vladimír Čunát 2015-06-27 11:40:04 +02:00
parent 58f7bf5b68
commit e6ca18e9bf

View File

@ -20,7 +20,7 @@ overrideDerivation xorgserver (oldAttrs: {
"--with-default-font-path="
"--with-xkb-bin-directory=${xkbcomp}/bin"
"--with-xkb-path=${xkeyboard_config}/etc/X11/xkb"
"--with-xkb-output=$out/share/X11/xkb/compiled"
"--with-xkb-output=$(out)/share/X11/xkb/compiled"
];
postInstall = ''