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/the-longest-journey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/gog/the-longest-journey/default.nix') diff --git a/pkgs/games/gog/the-longest-journey/default.nix b/pkgs/games/gog/the-longest-journey/default.nix index 9dca199a..64e24c13 100644 --- a/pkgs/games/gog/the-longest-journey/default.nix +++ b/pkgs/games/gog/the-longest-journey/default.nix @@ -1,6 +1,6 @@ { stdenv, lib, fetchGog, fetchFromGitHub, innoextract, runCommand, buildSandbox , SDL2, SDL2_net, freetype, libGLU_combined, glew, alsaLib -, libogg, libvorbis, xvfb_run +, libogg, libvorbis, xvfb-run }: let @@ -68,7 +68,7 @@ let }; configFile = runCommand "residualvm-stark.ini" { - nativeBuildInputs = [ xvfb_run residualvm ]; + nativeBuildInputs = [ xvfb-run residualvm ]; inherit gameData; } '' xvfb-run residualvm -p "$gameData" -a -- cgit 1.4.1