about summary refs log tree commit diff
path: root/pkgs/games/gog/xeen.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-16 01:04:12 +0200
committeraszlig <aszlig@nix.build>2021-06-16 01:07:35 +0200
commitba0210f7cedab6e004164adfb2ff106517150c8e (patch)
tree8ed18ed0daca96930da0321ec8224df96368ddd9 /pkgs/games/gog/xeen.nix
parent4972e696285833ed542eaab1034218bf5e8b7232 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog/xeen.nix')
-rw-r--r--pkgs/games/gog/xeen.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/xeen.nix b/pkgs/games/gog/xeen.nix
index e5e65fc8..506c3a05 100644
--- a/pkgs/games/gog/xeen.nix
+++ b/pkgs/games/gog/xeen.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, buildSandbox, fetchGog, gogUnpackHook, bchunk, p7zip
 , scummvm, fetchFromGitHub
-, runCommand, xvfb_run
+, runCommand, xvfb-run
 
 , showItemCosts ? true
 , durableArmor ? true
@@ -86,7 +86,7 @@ let
   injectOption = c: o: lib.optionalString c "-e '/^\\[worldof/a ${o}=true'";
 
   scummVmConfig = runCommand "scummvm-xeen.ini" {
-    nativeBuildInputs = [ xvfb_run latestScummVM ];
+    nativeBuildInputs = [ xvfb-run latestScummVM ];
     inherit gameData;
   } ''
     xvfb-run scummvm -p "$gameData" -a