binance: set electron version on top-level
This commit is contained in:
parent
80d32401ee
commit
d382dd518f
2 changed files with 6 additions and 7 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue