5 rustPlatform.buildRustPackage rec {
9 src = fetchFromGitHub {
13 hash = "sha256-nUpIN4WTePtFZTmKAjv0tgj4VTdZeXjoQX6am9+M3ig=";
16 cargoHash = "sha256-1Y9ymodZHtxHzhudjGbkP2ohMaBMOD9K+GpUoNmzHQs=";
18 # tests are off as they are broken and pr for integration testing is still WIP
22 description = "Native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";
23 homepage = "https://github.com/waycrate/wayshot";
24 license = licenses.bsd2;
25 maintainers = with maintainers; [ dit7ya id3v1669 ];
26 platforms = platforms.linux;
27 mainProgram = "wayshot";