about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-06-28 23:04:43 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-07-01 07:52:15 +0200
commita1febc799a7ffb1b62d8ee8140f3975ea519556e (patch)
tree8dcad1a1402080171c6ff06b318670728f244dd5 /pkgs/applications/graphics/gimp
parentfc8c97f5d96993fefee2c9809233358486377c26 (diff)
downloadnixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar.gz
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar.bz2
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar.lz
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar.xz
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.tar.zst
nixlib-a1febc799a7ffb1b62d8ee8140f3975ea519556e.zip
whitespace cleaning
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/2.8.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/gimp/2.8.nix b/pkgs/applications/graphics/gimp/2.8.nix
index 10426b4a5bdc..b4c1fccf9dcf 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -5,17 +5,17 @@
 
 stdenv.mkDerivation rec {
   name = "gimp-2.8.4";
-  
+
   src = fetchurl {
     url = "ftp://ftp.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
     md5 = "392592e8755d046317878d226145900f";
   };
-  
-  buildInputs = 
+
+  buildInputs =
     [ pkgconfig intltool babl gegl gtk glib gdk_pixbuf pango cairo
       freetype fontconfig lcms libpng libjpeg poppler libtiff webkit
       libmng librsvg libwmf zlib libzip ghostscript aalib jasper
-      python pygtk libart_lgpl libexif gettext 
+      python pygtk libart_lgpl libexif gettext
     ];
 
   passthru = { inherit gtk; }; # probably its a good idea to use the same gtk in plugins ?