perfect_dark: add unstableGitUpdater
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
pkg-config,
|
||||
python3,
|
||||
zlib,
|
||||
unstableGitUpdater,
|
||||
romID ? "ntsc-final",
|
||||
}:
|
||||
let
|
||||
@@ -97,6 +98,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Modern cross-platform port of Perfect Dark";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user