Commit 2a7784da authored by Yaya's avatar Yaya
Browse files

gfn-electron: pin electron_35

It does not build with newer releases of electron yet.
parent 0a243bd7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,12 +2,13 @@
  lib,
  buildNpmPackage,
  fetchFromGitHub,
  electron,
  electron_35,
  nix-update-script,
  makeBinaryWrapper,
  python3,
}:
let
  electron = electron_35;
  version = "2.2.0";
in
buildNpmPackage {