Commit 7735e9b1 authored by Bart Brouns's avatar Bart Brouns
Browse files

constant-detune-chorus: mark broken

compiling it gives the error:
ERROR3 : n is NaN in an Interval
parent d2897cfd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}