constant-detune-chorus: mark broken
compiling it gives the error: ERROR3 : n is NaN in an Interval
This commit is contained in:
parent
d2897cfde8
commit
7735e9b138
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue