Loading nixos/tests/domination.nix +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { ]; services.xserver.enable = true; sound.enable = true; environment.systemPackages = [ pkgs.domination ]; }; Loading @@ -18,6 +19,9 @@ import ./make-test-python.nix ({ pkgs, ... }: { testScript = '' machine.wait_for_x() # Add a dummy sound card, or an error reporting popup will appear, # covering the main window and preventing OCR machine.execute("modprobe snd-dummy") machine.execute("domination >&2 &") machine.wait_for_window("Menu") machine.wait_for_text(r"(New Game|Start Server|Load Game|Help Manual|Join Game|About|Play Online)") Loading pkgs/games/domination/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ let in stdenv.mkDerivation { pname = "domination"; version = "1.2.9"; version = "1.3.0"; # The .zip releases do not contain the build.xml file src = fetchsvn { Loading @@ -34,8 +34,8 @@ in stdenv.mkDerivation { # There are no tags in the repository. # Look for commits like "new version x.y.z info on website" # or "website update for x.y.z". rev = "2470"; hash = "sha256-ghq7EGg++mTOzA3ASzXhk97fzy5/n9vyaRzxp12X3/4="; rev = "2530"; hash = "sha256-LR4s8JmRs61IhQB2ASSM6MGt+ev+ENFPa5iIeE1tOyI="; }; nativeBuildInputs = [ Loading Loading
nixos/tests/domination.nix +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { ]; services.xserver.enable = true; sound.enable = true; environment.systemPackages = [ pkgs.domination ]; }; Loading @@ -18,6 +19,9 @@ import ./make-test-python.nix ({ pkgs, ... }: { testScript = '' machine.wait_for_x() # Add a dummy sound card, or an error reporting popup will appear, # covering the main window and preventing OCR machine.execute("modprobe snd-dummy") machine.execute("domination >&2 &") machine.wait_for_window("Menu") machine.wait_for_text(r"(New Game|Start Server|Load Game|Help Manual|Join Game|About|Play Online)") Loading
pkgs/games/domination/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ let in stdenv.mkDerivation { pname = "domination"; version = "1.2.9"; version = "1.3.0"; # The .zip releases do not contain the build.xml file src = fetchsvn { Loading @@ -34,8 +34,8 @@ in stdenv.mkDerivation { # There are no tags in the repository. # Look for commits like "new version x.y.z info on website" # or "website update for x.y.z". rev = "2470"; hash = "sha256-ghq7EGg++mTOzA3ASzXhk97fzy5/n9vyaRzxp12X3/4="; rev = "2530"; hash = "sha256-LR4s8JmRs61IhQB2ASSM6MGt+ev+ENFPa5iIeE1tOyI="; }; nativeBuildInputs = [ Loading