Merge pull request #296443 from aaronjheng/clog-cli
clog-cli: mark as broken
This commit is contained in:
commit
6be806d1bb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue