3
0
Fork 0
forked from mirrors/nixpkgs

whitespace cleaning

This commit is contained in:
Mathijs Kwik 2013-06-28 23:04:43 +02:00
parent fc8c97f5d9
commit a1febc799a
2 changed files with 6 additions and 6 deletions

View file

@ -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 ?

View file

@ -2147,9 +2147,9 @@ let
binutils = binutils_deterministic;
inherit stdenv coreutils zlib;
};
wrapDeterministicGCC = wrapDeterministicGCCWith (import ../build-support/gcc-wrapper) glibc;
gcc46_deterministic = lowPrio (wrapDeterministicGCC (callPackage ../development/compilers/gcc/4.6 {
inherit noSysDirs;