10 , gobject-introspection
19 python3.pkgs.buildPythonApplication rec {
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-kNF9db8NoHWW1A0WEFQzxHqAQ4A7kxInMRZFJOXQX/k=";
52 propagatedBuildInputs = with python3.pkgs; [
58 chmod +x build-aux/meson/postinstall.py # patchShebangs requires executable file
59 patchShebangs build-aux/meson/postinstall.py
65 description = "Free basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop";
66 mainProgram = "drawing";
67 homepage = "https://maoschanz.github.io/drawing/";
68 changelog = "https://github.com/maoschanz/drawing/releases/tag/${version}";
69 maintainers = with maintainers; [ mothsart ];
70 license = licenses.gpl3Plus;
71 platforms = platforms.linux;