about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-03-17 14:51:33 +0100
committerJan Tojnar <jtojnar@gmail.com>2023-03-17 15:22:12 +0100
commit69e4b68ae91f27dad58647ec6b996bbda2439c60 (patch)
treedcee690adcf86593de411eed59aa1b40e0eaf079 /pkgs/applications/graphics/gimp
parented923bb61dd373a536bb8608e2599a11e637fc19 (diff)
gimp: Expose Python 2 support
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-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 cdc8e9445b67f..e7b257cea4384 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -182,6 +182,8 @@ in stdenv.mkDerivation (finalAttrs: {
 
     # probably its a good idea to use the same gtk in plugins ?
     gtk = gtk2;
+
+    python2Support = withPython;
   };
 
   meta = with lib; {