about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2023-04-11 00:49:04 +0200
committerBart Brouns <bart@magnetophon.nl>2023-06-13 00:45:10 +0200
commit7735e9b13843365cbc57e78e7d9e30a62de27f49 (patch)
tree3c3249aa3e42ad153016f2316a226ea41c549390
parentd2897cfde88f13f5c81e5865ea104cdf24adb430 (diff)
constant-detune-chorus: mark broken
compiling it gives the error:
ERROR3 : n is NaN in an Interval
-rw-r--r--pkgs/applications/audio/magnetophonDSP/ConstantDetuneChorus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/magnetophonDSP/ConstantDetuneChorus/default.nix b/pkgs/applications/audio/magnetophonDSP/ConstantDetuneChorus/default.nix
index a5cd713ea84d7..a8fecfedb5c37 100644
--- a/pkgs/applications/audio/magnetophonDSP/ConstantDetuneChorus/default.nix
+++ b/pkgs/applications/audio/magnetophonDSP/ConstantDetuneChorus/default.nix
@@ -33,5 +33,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/magnetophon/constant-detune-chorus";
     license = lib.licenses.gpl3;
     maintainers = [ lib.maintainers.magnetophon ];
+    # ERROR3 : n is NaN in an Interval
+    broken = true;
   };
 }