renpy: disable steam
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
diff --git a/renpy/common/00steam.rpy b/renpy/common/00steam.rpy
|
||||
index 9a5f9c405..68c8c26e0 100644
|
||||
--- a/renpy/common/00steam.rpy
|
||||
+++ b/renpy/common/00steam.rpy
|
||||
@@ -1029,11 +1029,6 @@ init -1499 python in achievement:
|
||||
steam = None
|
||||
steamapi = None
|
||||
|
||||
- if renpy.windows or renpy.macintosh or renpy.linux:
|
||||
- steam_preinit()
|
||||
- steam_init()
|
||||
-
|
||||
-
|
||||
init 1500 python in achievement:
|
||||
|
||||
# Steam position.
|
||||
@@ -16,6 +16,7 @@
|
||||
zlib,
|
||||
harfbuzz,
|
||||
makeWrapper,
|
||||
withoutSteam ? true,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -90,7 +91,7 @@ stdenv.mkDerivation {
|
||||
patches = [
|
||||
./shutup-erofs-errors.patch
|
||||
./5687.patch
|
||||
];
|
||||
] ++ lib.optional withoutSteam ./noSteam.patch;
|
||||
|
||||
postPatch = ''
|
||||
cp tutorial/game/tutorial_director.rpy{m,}
|
||||
@@ -136,7 +137,5 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [ shadowrz ];
|
||||
};
|
||||
|
||||
passthru = {
|
||||
inherit base_version vc_version;
|
||||
};
|
||||
passthru = { inherit base_version vc_version; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user