about summary refs log tree commit diff
path: root/pkgs
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
parent8592f5c22aeda823717da26e16cf88cf9e257d92 (diff)
downloadnixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar.gz
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar.bz2
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar.lz
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar.xz
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.tar.zst
nixlib-8890ce44f1ad399ebe5fa614ee37fe95783967fc.zip
stig: mark as broken
Diffstat (limited to 'pkgs')
-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 87aa76c399d5..b36ad59194d2 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; [  ];
   };
 }