1 { mkDerivation, lib, fetchFromGitHub, qtbase, cmake, qttools, qtsvg }:
7 src = fetchFromGitHub {
8 owner = "flameshot-org";
11 sha256 = "sha256-E5J61k1tVpbwlzYHbCY1rf9+GODcJRRAQwb0jR4s7BU=";
14 nativeBuildInputs = [ cmake qttools qtsvg ];
15 buildInputs = [ qtbase ];
18 description = "Powerful yet simple to use screenshot software";
19 homepage = "https://github.com/flameshot-org/flameshot";
20 maintainers = [ maintainers.scode ];
21 license = lib.licenses.gpl3Plus;
22 platforms = lib.platforms.linux;