xorg.xserver: configure --with-xkb-path= (#21653)

This commit is contained in:
volth
2017-01-18 02:57:15 +03:00
committed by Nikolay Amiantov
parent 9fc3ce73d1
commit 69ed58d88f
8 changed files with 10 additions and 15 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, xkbcomp, xorgserver, getopt, xkeyboard_config
{ stdenv, fetchurl, makeWrapper, xkbcomp, xorgserver, getopt
, xauth, utillinux, which, fontsConf, gawk, coreutils }:
let
xvfb_run = fetchurl {
@@ -12,7 +12,6 @@ stdenv.mkDerivation {
buildCommand = ''
mkdir -p $out/bin
cp ${xvfb_run} $out/bin/xvfb-run
sed -i 's|XVFBARGS="|XVFBARGS="-xkbdir ${xkeyboard_config}/etc/X11/xkb |' $out/bin/xvfb-run
chmod a+x $out/bin/xvfb-run
wrapProgram $out/bin/xvfb-run \