electron: point electron alias to the latest stable version

+ require explicit version of electron in packages
This commit is contained in:
Pavol Rusnak
2020-07-20 17:58:55 +02:00
parent c050aa6a4b
commit 4d6411288c
10 changed files with 31 additions and 16 deletions
@@ -1,9 +1,9 @@
{ stdenv, fetchFromGitHub, jshon, electron
{ stdenv, fetchFromGitHub, jshon, electron_3
, runtimeShell, hyper-haskell-server, extra-packages ? [] }:
let
binPath = stdenv.lib.makeBinPath ([ hyper-haskell-server ] ++ extra-packages);
electron = electron_3;
in stdenv.mkDerivation rec {
pname = "hyper-haskell";
version = "0.1.0.2";