Skip to content

Commit

Permalink
tws update
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Apr 9, 2024
1 parent 99bb7e7 commit 0748e9b
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions pkgs/ibkr-tws/default.nix
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{ lib
, stdenv
, makeWrapper
, jdk11
, fetchurl
, glib
, gtk3
, pango
, cairo
, libX11
, libGL
, chromium
, xorg
, cups
, mesa
, alsa-lib
, libxkbcommon
, libdrm
, nspr
, nss
, atk
, dbus
, expat
, at-spi2-atk
, at-spi2-core
{
lib,
stdenv,
makeWrapper,
jdk11,
fetchurl,
glib,
gtk3,
pango,
cairo,
libX11,
libGL,
chromium,
xorg,
cups,
mesa,
alsa-lib,
libxkbcommon,
libdrm,
nspr,
nss,
atk,
dbus,
expat,
at-spi2-atk,
at-spi2-core,
}:

let
Expand All @@ -31,7 +32,7 @@ let
urls = [
"https://download2.interactivebrokers.com/installers/tws/stable-standalone/tws-stable-standalone-linux-x64.sh"
];
sha256 = "sha256-ZJ5P9XMOESlUCxBS22GzvIzp+08DZPvp0NnZv3b0MY4=";
sha256 = "sha256-l8532dQIgUlN9L++3Y8qLeRu9/vof2/aMLySXZlq4hw=";
};
jre = jdk11.override { enableJavaFX = true; };
dynamicLibraries = [
Expand Down

0 comments on commit 0748e9b

Please sign in to comment.