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