10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-FY1odcKBl7zJ+MxfohkmC1e45fPQK3MKB3orQdCRpA4=";
21 cargoSha256 = "sha256-t7J7hIbLlRq99Yd2/3Zn+PbHhJtaJRdDluDXN0Hp/Jc=";
23 nativeBuildInputs = [ installShellFiles pandoc ];
25 pandoc --standalone --to man doc/lsd.md -o lsd.1
28 installShellCompletion $releaseDir/build/lsd-*/out/{_lsd,lsd.{bash,fish}}
31 # Found argument '--test-threads' which wasn't expected, or isn't valid in this context
34 passthru.tests.version = testers.testVersion {
39 homepage = "https://github.com/Peltoche/lsd";
40 description = "The next gen ls command";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ Br1ght0ne marsam zowoq SuperSandro2000 ];