summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-06-27 11:40:04 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-06-27 11:40:04 +0200
commite6ca18e9bfd50cc4340b716cae752742b4f9461d (patch)
tree49d10c4b2413607f205b39b95458174cb66f8cfd /pkgs
parent58f7bf5b684a77f9a7debf0b0adaf050271cd5f5 (diff)
downloadnixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar.gz
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar.bz2
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar.lz
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar.xz
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.tar.zst
nixpkgs-e6ca18e9bfd50cc4340b716cae752742b4f9461d.zip
xwayland: fix build
Maybe it was just covered by #7524 until now.
/cc #5061 and @echo-oddly.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index f43a9c67160..729fcc2e344 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -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 = ''