16 rustPlatform.buildRustPackage rec {
21 src = fetchFromGitHub {
25 hash = "sha256-+NIRWciQISbR8+agDJBH/aHFJ+yCkC6nNFtv+HprrRs=";
28 cargoHash = "sha256-1N45CNeawwcJ1jkkAViElqyCKD4VE7RZJWPQ9EnleGw=";
47 install -Dt $out/share/icons/hicolor/scalable/apps/ assets/satty.svg
49 installShellCompletion --cmd satty \
50 --bash completions/satty.bash \
51 --fish completions/satty.fish \
52 --zsh completions/_satty
55 desktopItems = [ "satty.desktop" ];
58 description = "Screenshot annotation tool inspired by Swappy and Flameshot";
59 homepage = "https://github.com/gabm/Satty";
60 license = licenses.mpl20;
61 maintainers = with maintainers; [ pinpox donovanglover ];
62 mainProgram = "satty";
63 platforms = lib.platforms.linux;