about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-02 18:52:46 +0200
committerGitHub <noreply@github.com>2022-06-02 18:52:46 +0200
commit537729541fd11c9168dfbb164f70c260ba7f852b (patch)
tree2f60ea81c84db0eacbae64630e95e3aeafb77d62 /pkgs/applications/graphics
parent64870a0c570bbed2bf9ed511c27bee28eba8c39c (diff)
parentdb228fed78133ae3c7078772b43267c803702d5e (diff)
Merge pull request #171640 from ilya-fedin/reduce-closure
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