jsduck: mark broken

This commit is contained in:
Sandro Jäckel
2025-03-12 16:04:53 +01:00
parent 46049dc7ba
commit 13438d9a3f
+3
View File
@@ -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;
};
}