summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-04-29 16:51:25 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-04-29 16:51:25 +0200
commitf1c7d5a6ba8200d1ac463f1f796f6f359f1423c7 (patch)
tree75b07284d5d8e26f2040b67bf675990c5a8af182 /pkgs/applications/graphics/gimp
parentb12f76ddd3620ed9cfe169fb1918740f7a99ffcc (diff)
downloadnixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar.gz
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar.bz2
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar.lz
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar.xz
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.tar.zst
nixlib-f1c7d5a6ba8200d1ac463f1f796f6f359f1423c7.zip
gimpPlugins.resynthesizer2: fix build
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index d7af3382ef2d..cf36ac4a3827 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -125,7 +125,9 @@ rec {
       Filters/Enhance/Smart remove selection
     */
     name = "resynthesizer-2.0.1";
-    buildInputs = [ gimp pkgs.fftw pkgs.autoreconfHook ]
+    buildInputs = [ gimp pkgs.fftw pkgs.autoreconfHook pkgs.pkgconfig pkgs.gtk2
+      pkgs.intltool
+    ]
       ++ gimp.nativeBuildInputs;
     makeFlags = "GIMP_LIBDIR=$out/lib/gimp/2.0/";
     src = fetchFromGitHub {