13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-hh/Q3wUsA6HM0PwMlSfWx9LX+h/Y9w/fXm4HMYXexZU=";
24 nativeBuildInputs = [ perl python3 pkg-config ];
26 buildInputs = [ openssl xorg.xcbutil ]
27 ++ lib.optional stdenv.isDarwin AppKit;
29 cargoSha256 = "sha256-02AfMbR8TsIqEhkXAnslnxgO/XkyEuCW1IyBtrk1dDA=";
32 description = "A simple and fast dashboard for Kubernetes";
33 homepage = "https://github.com/kdash-rs/kdash";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ matthiasbeyer ];