xwayland: fix build
Maybe it was just covered by #7524 until now. /cc #5061 and @echo-oddly.
This commit is contained in:
parent
58f7bf5b68
commit
e6ca18e9bf
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user