Merge pull request #254075 from aidalgol/heroic-white-screen-fix
heroic: specify electron version to match upstream
This commit is contained in:
commit
d234009b52
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user