Merge pull request #166398 from bobby285271/drawing

authored by Doron Behar and committed by GitHub b61c4ace e15d6caa

+2
+2
pkgs/applications/graphics/drawing/default.nix
··· 13 , gdk-pixbuf 14 , pango 15 , gettext 16 }: 17 18 python3.pkgs.buildPythonApplication rec { ··· 38 wrapGAppsHook 39 glib 40 gettext 41 ]; 42 43 buildInputs = [
··· 13 , gdk-pixbuf 14 , pango 15 , gettext 16 + , itstool 17 }: 18 19 python3.pkgs.buildPythonApplication rec { ··· 39 wrapGAppsHook 40 glib 41 gettext 42 + itstool 43 ]; 44 45 buildInputs = [