mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
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
|
pkg-config
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
gettext
|
gettext
|
||||||
|
intltool
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user