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 --- tests/sandbox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/sandbox.nix b/tests/sandbox.nix index b3ad80d1..69cc746b 100644 --- a/tests/sandbox.nix +++ b/tests/sandbox.nix @@ -103,7 +103,7 @@ in [ # Unfortunately, "xdg-open test-sandbox.desktop" doesn't work, so let's - # use gtk-launch instead. We also need xvfb_run so that we can avoid to + # use gtk-launch instead. We also need xvfb-run so that we can avoid to # start a full-blown X server. # # See also: @@ -111,7 +111,7 @@ # https://askubuntu.com/questions/5172 # https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/378783 # - (lib.getBin pkgs.gtk3) pkgs.xvfb_run + (lib.getBin pkgs.gtk3) pkgs.xvfb-run (pkgs.vuizvui.buildSandbox testPackage { paths.required = [ -- cgit 1.4.1