1 { lib, stdenv, rustPlatform, fetchFromGitHub, libiconv }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-TH5ksbEVBlOPmqQOtRmoHTDBRkj/KaMsM+Xc7e2ObzY=";
14 buildInputs = lib.optional stdenv.isDarwin libiconv;
16 cargoSha256 = "sha256-RcH1J5I9FPQ/Npq4I5lcOsZHzvKyYhxmqOIEYcBXqU0=";
19 description = "A hackable, minimal, fast TUI file explorer";
20 homepage = "https://xplr.dev";
21 license = licenses.mit;
22 maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g ];