Merge pull request #296443 from aaronjheng/clog-cli

clog-cli: mark as broken
This commit is contained in:
Weijia Wang 2024-03-16 20:02:51 +01:00 committed by GitHub
commit 6be806d1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
};
}