Commit 8890ce44 authored by Doron Behar's avatar Doron Behar
Browse files

stig: mark as broken

parent 8592f5c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ python310Packages.buildPythonApplication rec {
    description = "TUI and CLI for the BitTorrent client Transmission";
    homepage = "https://github.com/rndusr/stig";
    license = licenses.gpl3Plus;
    # Too many broken tests, and it fails to launch
    broken = true;
    maintainers = with maintainers; [  ];
  };
}