Skip to content

Commit

Permalink
synfigstudio: add missing intltool to nativeBuildInputs
Browse files Browse the repository at this point in the history
Fixes build failure due to missing depend:

    *** No intltoolize found, please install the intltool package ***

ZHF: NixOS#199919
  • Loading branch information
trofi authored and rtimush committed Sep 21, 2023
1 parent e1c24f6 commit 302ed10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/graphics/synfigstudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ stdenv.mkDerivation {
pkg-config
autoreconfHook
gettext
intltool
wrapGAppsHook
];
buildInputs = [
Expand Down

0 comments on commit 302ed10

Please sign in to comment.