From 0a7fb8b5bdc3ee5eaeb5f1ad8575b8b2ee35c63b Mon Sep 17 00:00:00 2001 From: xenia Date: Mon, 11 Nov 2024 15:34:07 -0500 Subject: [PATCH] its broken --- pkgs/rust/rbasefind/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/rust/rbasefind/default.nix b/pkgs/rust/rbasefind/default.nix index df552a8..4a70146 100644 --- a/pkgs/rust/rbasefind/default.nix +++ b/pkgs/rust/rbasefind/default.nix @@ -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; }; }