about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2022-05-13 20:59:12 +0400
committerIlya Fedin <fedin-ilja2010@ya.ru>2022-06-02 15:09:47 +0400
commitdb228fed78133ae3c7078772b43267c803702d5e (patch)
treedd0c2f34a48279ff746071cceffbac4bf7f48c59 /pkgs/applications/graphics
parent4165ae53920a84ba14ce675d138592432e0a3a74 (diff)
gimp: add pygtk dev output to build inputs
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index 55c95c95cf734..cefba7ff77474 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -115,6 +115,8 @@ in stdenv.mkDerivation rec {
     libwebp
     libheif
     python
+    # Duplicated here because python.withPackages does not expose the dev output with pkg-config files
+    python2.pkgs.pygtk
     libexif
     xorg.libXpm
     glib-networking