its broken

This commit is contained in:
xenia 2024-11-11 15:34:07 -05:00
parent c67d54bdd4
commit 0a7fb8b5bd
1 changed files with 4 additions and 0 deletions

View File

@ -20,5 +20,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sgayou/rbasefind";
license = lib.licenses.mit;
maintainers = [];
# something about the dependencies is off, and it never terminates without further manual
# patches. fixing that is needed
broken = true;
};
}