xvfb_run: fix /bin/sh impurity

This commit is contained in:
Tor Hedin Brønner 2018-03-16 14:28:32 +01:00
parent 1317428ca0
commit 63ca77bca5

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation {
cp ${xvfb_run} $out/bin/xvfb-run
chmod a+x $out/bin/xvfb-run
patchShebangs $out/bin/xvfb-run
wrapProgram $out/bin/xvfb-run \
--set FONTCONFIG_FILE "${fontsConf}" \
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux gawk coreutils ]}