whitespace cleaning

This commit is contained in:
Mathijs Kwik
2013-06-27 21:35:21 +02:00
parent 0689016e3e
commit 7f413e4d5c
8 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, glib, babl_0_0_22, libpng12, cairo, libjpeg
, librsvg, pango, gtk }:
stdenv.mkDerivation {
name = "gegl-0.0.22";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig glib babl_0_0_22 libpng12 cairo libjpeg librsvg pango gtk ];
meta = {
meta = {
description = "Graph-based image processing framework";
homepage = http://www.gegl.org;
license = "GPL3";