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 12:41:31 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-04-29 12:41:31 +0200
commit4a207b1dd8a7b96ad0203b499bbff54ed7a829ff (patch)
tree415e026c31714881495a473befb152ba0a3d6fd3 /pkgs/applications/graphics/gimp
parent316d0ff7c7711849aee3b10a8d45d21f0cba9c57 (diff)
downloadnixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar.gz
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar.bz2
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar.lz
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar.xz
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.tar.zst
nixlib-4a207b1dd8a7b96ad0203b499bbff54ed7a829ff.zip
gimpPlugins.resynthesizer: fix build
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 20a9648e8395..d7af3382ef2d 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -105,7 +105,7 @@ rec {
       Filters/Enhance/Smart remove selection
     */
     name = "resynthesizer-0.16";
-    buildInputs = [ gimp pkgs.fftw ] ++ gimp.nativeBuildInputs;
+    buildInputs = [ gimp pkgs.fftw pkgs.pkgconfig pkgs.gtk2 ] ++ gimp.nativeBuildInputs;
     src = fetchurl {
       url = http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz;
       sha256 = "1k90a1jzswxmajn56rdxa4r60v9v34fmqsiwfdxqcvx3yf4yq96x";