about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-03-13 12:42:27 +0200
committerDoron Behar <doron.behar@gmail.com>2024-03-13 12:43:22 +0200
commit8890ce44f1ad399ebe5fa614ee37fe95783967fc (patch)
tree3c4754fffcf67032ae86d2a207c59e4929b58b84 /pkgs/applications/networking/p2p
parent8592f5c22aeda823717da26e16cf88cf9e257d92 (diff)
stig: mark as broken
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/stig/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix
index 87aa76c399d56..b36ad59194d2b 100644
--- a/pkgs/applications/networking/p2p/stig/default.nix
+++ b/pkgs/applications/networking/p2p/stig/default.nix
@@ -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; [  ];
   };
 }