From ba0210f7cedab6e004164adfb2ff106517150c8e Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 16 Jun 2021 01:04:12 +0200 Subject: treewide: Replace xvfb_run with xvfb-run Another alias that has been introduced not too long ago[1] and now more closely resembles the actual command name. Since NixOS VM tests no longer allow aliases, our sandbox tests did not evaluate anymore. While at it, I also renamed all the other uses of the alias. [1]: https://github.com/NixOS/nixpkgs/commit/726306003af21ade95b1908d1920ce9a0f9815bb Signed-off-by: aszlig --- pkgs/games/gog/warcraft2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/gog/warcraft2/default.nix') diff --git a/pkgs/games/gog/warcraft2/default.nix b/pkgs/games/gog/warcraft2/default.nix index 13802424..448a860a 100644 --- a/pkgs/games/gog/warcraft2/default.nix +++ b/pkgs/games/gog/warcraft2/default.nix @@ -1,5 +1,5 @@ { stdenv, lib, buildSandbox, writeTextFile, runCommand, fetchGog, fetchurl -, fetchFromGitHub, winePackages, xvfb_run, ffmpeg, rename +, fetchFromGitHub, winePackages, xvfb-run, ffmpeg, rename # Dependencies for the Stratagus engine , cmake, pkg-config, toluapp, lua5_1, libpng, libmng, zlib, SDL, fluidsynth @@ -121,7 +121,7 @@ let downloadName = "en1installer0"; sha256 = "1cf3c1ylgdrvkk7y25v47f66m6lp9m4wvl2aldpxzrrqdrlk34k3"; }; - nativeBuildInputs = [ winePackages.minimal xvfb_run ffmpeg wargus rename ]; + nativeBuildInputs = [ winePackages.minimal xvfb-run ffmpeg wargus rename ]; } '' export WINEPREFIX="$PWD" wine wineboot.exe -- cgit 1.4.1