From 302ed10b936f9cc84208d5e18ec150c2e0b25090 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 7 Nov 2022 21:43:45 +0000 Subject: [PATCH] synfigstudio: add missing intltool to nativeBuildInputs Fixes build failure due to missing depend: *** No intltoolize found, please install the intltool package *** ZHF: https://github.com/NixOS/nixpkgs/issues/199919 --- pkgs/applications/graphics/synfigstudio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/synfigstudio/default.nix b/pkgs/applications/graphics/synfigstudio/default.nix index c87a71fdf6c7c..52c3fa3bae4ea 100644 --- a/pkgs/applications/graphics/synfigstudio/default.nix +++ b/pkgs/applications/graphics/synfigstudio/default.nix @@ -103,6 +103,7 @@ stdenv.mkDerivation { pkg-config autoreconfHook gettext + intltool wrapGAppsHook ]; buildInputs = [