13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-XY6aBqLHbif3RsytNm7JnDXspICJuhS7SJ+ApwTeqX4=";
24 nativeBuildInputs = [ perl python3 pkg-config ];
26 buildInputs = [ openssl xorg.xcbutil ]
27 ++ lib.optional stdenv.isDarwin AppKit;
29 cargoHash = "sha256-ODQf+Fvil+oBJcM38h1HdrcgtJw0b65f5auLuZtUgik=";
32 description = "A simple and fast dashboard for Kubernetes";
33 mainProgram = "kdash";
34 homepage = "https://github.com/kdash-rs/kdash";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ matthiasbeyer ];