1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "jesseduffield";
11 sha256 = "1qq167hc7pp9l0m40ysphfljakmm8hjjnhpldvb0kbc825h0z8z5";
14 cargoSha256 = "sha256-1BIUXepR7ppEkTLDOCZz9RBv+RazNMXnCnH1rvzVFgs=";
17 # currently broken: https://github.com/jesseduffield/lazycli/pull/20
18 "--skip=command::test_run_command_fail"
22 description = "A tool to static turn CLI commands into TUIs";
23 homepage = "https://github.com/jesseduffield/lazycli";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];