mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user