binance: set electron version on top-level

This commit is contained in:
P. R. d. O 2021-11-02 21:28:55 -06:00
parent 80d32401ee
commit d382dd518f
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7
2 changed files with 6 additions and 7 deletions

View file

@ -1,10 +1,7 @@
{ lib, stdenv, fetchurl, dpkg, autoPatchelfHook, makeWrapper, electron_12,
alsa-lib, gtk3, libxshmfence, mesa, nss, popt }:
{ lib, stdenv, fetchurl, dpkg, autoPatchelfHook, makeWrapper, electron
, alsa-lib, gtk3, libxshmfence, mesa, nss, popt }:
let
electron = electron_12;
in stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "binance";
version = "1.26.0";

View file

@ -1461,7 +1461,9 @@ with pkgs;
bic = callPackage ../development/interpreters/bic { };
binance = callPackage ../applications/misc/binance { };
binance = callPackage ../applications/misc/binance {
electron = electron_12;
};
bit = callPackage ../applications/version-management/git-and-tools/bit { };