Skip to content

Commit

Permalink
electron: move definition into generic.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace authored and prusnak committed Sep 9, 2020
1 parent 6954f77 commit 5047502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pkgs/development/tools/electron/default.nix
Expand Up @@ -3,7 +3,10 @@
let
mkElectron = import ./generic.nix args;
in
{
rec {

electron = electron_10;

electron_3 = mkElectron "3.1.13" {
x86_64-linux = "1psmbplz6jhnnf6hmfhxbmmhn4n1dpnhzbc12pxn645xhfpk9ark";
x86_64-darwin = "1vvjm4jifzjqvbs2kjlwg1h9p2czr2b5imjr9hld1j8nyfrzb0dx";
Expand Down
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -10444,8 +10444,7 @@ in
aws-adfs = with python3Packages; toPythonApplication aws-adfs;

inherit (callPackages ../development/tools/electron { })
electron_3 electron_4 electron_5 electron_6 electron_7 electron_8 electron_9 electron_10;
electron = electron_10;
electron electron_3 electron_4 electron_5 electron_6 electron_7 electron_8 electron_9 electron_10;

autobuild = callPackage ../development/tools/misc/autobuild { };

Expand Down

0 comments on commit 5047502

Please sign in to comment.