its broken
This commit is contained in:
parent
c67d54bdd4
commit
0a7fb8b5bd
|
@ -20,5 +20,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/sgayou/rbasefind";
|
homepage = "https://github.com/sgayou/rbasefind";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
|
|
||||||
|
# something about the dependencies is off, and it never terminates without further manual
|
||||||
|
# patches. fixing that is needed
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue