8 rustPlatform.buildRustPackage rec {
9 pname = "aw-watcher-window-wayland";
10 version = "6108ad3df8e157965a43566fa35cdaf144b1c51b";
12 src = fetchFromGitHub {
13 owner = "ActivityWatch";
16 hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ=";
19 cargoPatches = [ ./rustc-serialize-fix.patch ];
22 lockFile = ./Cargo.lock;
24 "aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU=";
36 description = "WIP window and afk watcher for wayland";
37 homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
38 license = licenses.mpl20;
39 maintainers = with maintainers; [ esau79p ];
40 mainProgram = "aw-watcher-window-wayland";
41 platforms = platforms.linux;