forked from mirrors/nixpkgs
xvfb_run: fix /bin/sh impurity
This commit is contained in:
parent
1317428ca0
commit
63ca77bca5
|
@ -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 ]}
|
||||
|
|
Loading…
Reference in a new issue