r2modman: pin to Electron 25

Electron 26 is causing many applications to display only a white screen/
window, making them unusable.

Fixes #254624
This commit is contained in:
Aidan Gauland 2023-09-12 16:28:36 +12:00
parent 2ab03da4fd
commit 461aa2d82f
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -38427,7 +38427,10 @@ with pkgs;
r2mod_cli = callPackage ../games/r2mod_cli { };
r2modman = callPackage ../games/r2modman { };
r2modman = callPackage ../games/r2modman {
# Electron 26 has regressions making applications unusable.
electron = electron_25;
};
racer = callPackage ../games/racer { };