mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
wipeout-rewrite: Add passthru.updateScript
This commit is contained in:
parent
fed528af31
commit
9bca23b06b
@ -2,6 +2,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
unstableGitUpdater,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
Foundation,
|
Foundation,
|
||||||
glew,
|
glew,
|
||||||
@ -63,6 +64,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
mainProgram = "wipegame";
|
mainProgram = "wipegame";
|
||||||
description = "Re-implementation of the 1995 PSX game wipEout";
|
description = "Re-implementation of the 1995 PSX game wipEout";
|
||||||
|
Loading…
Reference in New Issue
Block a user