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 <john@s2sq.com>
Co-authored-by: aleksana <me@aleksana.moe>
This commit is contained in:
John Whitman 2024-07-11 09:17:31 -04:00 committed by GitHub
parent 6c1414eab5
commit 9b429bf2be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;