constant-detune-chorus: mark broken

compiling it gives the error:
ERROR3 : n is NaN in an Interval
This commit is contained in:
Bart Brouns 2023-04-11 00:49:04 +02:00
parent d2897cfde8
commit 7735e9b138

View file

@ -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;
};
}