12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-M+auLJeD5rDk5LJfTBg9asZ3J4DHsZG4UGRhXdZZVkc=";
23 cargoHash = "sha256-GzaBaaGjBCz+xd1bpU2cebQvg5DO0qipHwhOerbq+ow=";
25 nativeBuildInputs = [ pkg-config ];
34 nativeCheckInputs = [ zoxide ];
37 ZSTD_SYS_USE_PKG_CONFIG = true;
40 buildFeatures = [ "zstd/pkg-config" ];
43 # extra test files not shipped with the repository
44 "--skip=functions::tests::test_list_up_contents"
45 "--skip=state::tests::test_has_write_permission"
49 description = "A tui file manager with vim-like key mapping";
50 homepage = "https://github.com/kyoheiu/felix";
51 changelog = "https://github.com/kyoheiu/felix/blob/v${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ figsoda ];