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
This commit is contained in:
parent
db76c8377c
commit
fda57931f6
@ -103,6 +103,7 @@ stdenv.mkDerivation {
|
||||
pkg-config
|
||||
autoreconfHook
|
||||
gettext
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user