Unverified Commit 13438d9a authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

jsduck: mark broken

parent 46049dc7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,5 +39,8 @@ stdenv.mkDerivation rec {
      nicknovitski
    ];
    platforms = platforms.unix;
    # rdiscount fails to compile with:
    # mktags.c:44:1: error: return type defaults to ‘int’ [-Wimplicit-int]
    broken = true;
  };
}