about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-13 14:30:35 +0100
committerGitHub <noreply@github.com>2024-03-13 14:30:35 +0100
commitd0c44ba57108f1525eea8a6255e97661649abccd (patch)
tree417a42f9286e83e28a28467bad34ae7b7ce876e3 /pkgs/applications/networking
parent3452f773bbc5a143439cd5229655b4329235df08 (diff)
parent8890ce44f1ad399ebe5fa614ee37fe95783967fc (diff)
downloadnixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar.gz
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar.bz2
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar.lz
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar.xz
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.tar.zst
nixlib-d0c44ba57108f1525eea8a6255e97661649abccd.zip
Merge pull request #295578 from doronbehar/pkg/stig
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/p2p/stig/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix
index 2119e80a93f4..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;
-    maintainers = with maintainers; [ doronbehar ];
+    # Too many broken tests, and it fails to launch
+    broken = true;
+    maintainers = with maintainers; [  ];
   };
 }