cherry-studio: pin electron_35
Upstream `package.json` pins the electron release to v35 and it does not build successfully with newer releases.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
yarn-berry_4,
|
||||
nodejs,
|
||||
python3,
|
||||
electron,
|
||||
electron_35,
|
||||
makeWrapper,
|
||||
writableTmpDirAsHomeHook,
|
||||
makeDesktopItem,
|
||||
@@ -14,6 +14,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
electron = electron_35;
|
||||
yarn-berry = yarn-berry_4;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user