Loading pkgs/games/wipeout-rewrite/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, lib, fetchFromGitHub, unstableGitUpdater, makeWrapper, Foundation, glew, Loading Loading @@ -63,6 +64,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = unstableGitUpdater { }; meta = { mainProgram = "wipegame"; description = "Re-implementation of the 1995 PSX game wipEout"; Loading Loading
pkgs/games/wipeout-rewrite/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, lib, fetchFromGitHub, unstableGitUpdater, makeWrapper, Foundation, glew, Loading Loading @@ -63,6 +64,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = unstableGitUpdater { }; meta = { mainProgram = "wipegame"; description = "Re-implementation of the 1995 PSX game wipEout"; Loading