about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-08-27 23:32:13 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-08-27 23:32:13 +0000
commit8ff2647169d4add5cfaf139f80ee805fec9df1aa (patch)
treebb5f824c35b3ae2301a7f1f40e17ce1a4d5fcd21 /pkgs/applications/graphics/gimp
parentbc8a85288da282619dfaaac2da4da8ba0b77bc26 (diff)
downloadnixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar.gz
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar.bz2
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar.lz
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar.xz
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.tar.zst
nixlib-8ff2647169d4add5cfaf139f80ee805fec9df1aa.zip
adding gutenprint (former gimp-print) and gutenprintBin. I still haven't
found the source of the binary package containing the .ppd files
Still impure but works. See comment.

svn path=/nixpkgs/trunk/; revision=16881
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 d16cb03af033..31e8ce58de0f 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation {
     perlXMLParser python pygtk gettext intltool babl gegl
   ];
 
+  passthru = { inherit gtk; }; # probably its a good idea to use the same gtk in plugins ?
+
   configureFlags = [ "--disable-print" ];
 
   # "screenshot" needs this.