summary refs log tree commit diff
path: root/pkgs/applications/audio/mamba/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mamba/default.nix')
-rw-r--r--pkgs/applications/audio/mamba/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mamba/default.nix b/pkgs/applications/audio/mamba/default.nix
index 679062fccf2..fcfafbdb4bb 100644
--- a/pkgs/applications/audio/mamba/default.nix
+++ b/pkgs/applications/audio/mamba/default.nix
@@ -37,5 +37,8 @@ stdenv.mkDerivation rec {
     license = licenses.bsd0;
     maintainers = with maintainers; [ magnetophon orivej ];
     platforms = platforms.linux;
+    # 2023-08-19, `-Werror=format-security` fails for xputty
+    # reported as https://github.com/brummer10/libxputty/issues/12
+    broken = true;
   };
 }