12 rustPlatform.buildRustPackage rec {
13 pname = "wlr-which-key";
16 src = fetchFromGitHub {
17 owner = "MaxVerevkin";
18 repo = "wlr-which-key";
20 hash = "sha256-BEf1qpy0bVPi5nmu3UUiv8k0bJvE5VFB5Zqb5lS0+t4=";
23 cargoHash = "sha256-QWYqZT6ptxGkDqRAXnT1pWXiuk7j/6KVBBzuFJOB81M=";
37 description = "Keymap manager for wlroots-based compositors";
38 homepage = "https://github.com/MaxVerevkin/wlr-which-key";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ xlambein ];
41 platforms = platforms.linux;
42 mainProgram = "wlr-which-key";