clog-cli: mark as broken

This commit is contained in:
Aaron Jheng 2024-03-16 23:06:37 +08:00
parent f242fc768b
commit a87c4617ef
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -20,5 +20,7 @@ rustPlatform.buildRustPackage rec {
platforms = lib.platforms.unix;
maintainers = [lib.maintainers.nthorne];
mainProgram = "clog";
# error: could not compile `rustc-serialize`
broken = true; # Added 2024-03-16
};
}