Merge pull request #37193 from hedning/xvfb-fix-/bin/sh

xvfb_run: fix /bin/sh impurity
This commit is contained in:
Michael Raskin 2018-03-16 20:56:30 +00:00 committed by GitHub
commit 545eab2bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ]}