Unverified Commit 9b429bf2 authored by John Whitman's avatar John Whitman Committed by GitHub
Browse files

ib-{controller,tws}: mark as broken (#324591)



* Marks ib-tws broken.

* Marks ib-controller broken.

* Relocates release note to derivation comment.

---------

Co-authored-by: default avatarJohn Whitman <john@s2sq.com>
Co-authored-by: default avataraleksana <me@aleksana.moe>
parent 6c1414ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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;