From 9b429bf2be7157c72e63d3c3f93fa2e2bce5a9be Mon Sep 17 00:00:00 2001 From: John Whitman Date: Thu, 11 Jul 2024 09:17:31 -0400 Subject: [PATCH] ib-{controller,tws}: mark as broken (#324591) * Marks ib-tws broken. * Marks ib-controller broken. * Relocates release note to derivation comment. --------- Co-authored-by: John Whitman Co-authored-by: aleksana --- pkgs/applications/office/ib/controller/default.nix | 1 + pkgs/applications/office/ib/tws/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/applications/office/ib/controller/default.nix b/pkgs/applications/office/ib/controller/default.nix index 6df00fc174ed..c0f49a516311 100644 --- a/pkgs/applications/office/ib/controller/default.nix +++ b/pkgs/applications/office/ib/controller/default.nix @@ -155,6 +155,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Automation Controller for the Trader Work Station of Interactive Brokers"; + broken = true; # Ref: https://github.com/NixOS/nixpkgs/issues/40784 homepage = "https://github.com/ib-controller/ib-controller"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.gpl3; diff --git a/pkgs/applications/office/ib/tws/default.nix b/pkgs/applications/office/ib/tws/default.nix index 3b267d79f39f..ff8e40199c96 100644 --- a/pkgs/applications/office/ib/tws/default.nix +++ b/pkgs/applications/office/ib/tws/default.nix @@ -86,6 +86,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Trader Work Station of Interactive Brokers"; + broken = true; # Ref: https://github.com/NixOS/nixpkgs/issues/40784 homepage = "https://www.interactivebrokers.com"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.unfree;