From d23a53bd363216299f1c2ea51984ca8d5fcec60a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 30 Mar 2022 18:09:51 +0800 Subject: [PATCH] drawing: fix build with meson 0.61 --- pkgs/applications/graphics/drawing/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/drawing/default.nix b/pkgs/applications/graphics/drawing/default.nix index a08f75d3b71d..862863bdddac 100644 --- a/pkgs/applications/graphics/drawing/default.nix +++ b/pkgs/applications/graphics/drawing/default.nix @@ -13,6 +13,7 @@ , gdk-pixbuf , pango , gettext +, itstool }: python3.pkgs.buildPythonApplication rec { @@ -38,6 +39,7 @@ python3.pkgs.buildPythonApplication rec { wrapGAppsHook glib gettext + itstool ]; buildInputs = [