Merge pull request #254075 from aidalgol/heroic-white-screen-fix

heroic: specify electron version to match upstream
This commit is contained in:
Weijia Wang
2023-09-08 21:46:59 +02:00
committed by GitHub
+4 -1
View File
@@ -37511,7 +37511,10 @@ with pkgs;
gotypist = callPackage ../games/gotypist { };
heroic-unwrapped = callPackage ../games/heroic { };
heroic-unwrapped = callPackage ../games/heroic {
# Match the version used by the upstream package.
electron = electron_24;
};
heroic = callPackage ../games/heroic/fhsenv.nix { };