11 rustPlatform.buildRustPackage rec {
12 pname = "wlr-which-key";
15 src = fetchFromGitHub {
16 owner = "MaxVerevkin";
17 repo = "wlr-which-key";
19 hash = "sha256-+LOu1iJ4ciqJMemNKV0cNpAxn857izu9j8pu+3Z0msk=";
22 cargoHash = "sha256-4aVBaKwvGSpePw64UwrqHhDYcSvM8zADrXAK5SBEfm0=";
36 description = "Keymap manager for wlroots-based compositors";
37 homepage = "https://github.com/MaxVerevkin/wlr-which-key";
38 license = licenses.gpl3Only;
39 maintainers = with maintainers; [ xlambein ];
40 platforms = platforms.linux;
41 mainProgram = "wlr-which-key";