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:
parent
2ab03da4fd
commit
461aa2d82f
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user