python-packages.nix: strip trailing whitespace

svn path=/nixpkgs/trunk/; revision=29252
This commit is contained in:
Peter Simons 2011-09-13 20:10:37 +00:00
parent 86683f9c04
commit 60edb6348f

View File

@ -966,7 +966,7 @@ let pythonPackages = python.modules // rec {
buildInputs = [ python pkgs.pkgconfig pkgs.libnotify pkgs.pygobject pkgs.pygtk pkgs.gtkLibs.glib pkgs.gtkLibs.gtk pkgs.dbus_glib ]; buildInputs = [ python pkgs.pkgconfig pkgs.libnotify pkgs.pygobject pkgs.pygtk pkgs.gtkLibs.glib pkgs.gtkLibs.gtk pkgs.dbus_glib ];
postInstall = "cd $out/lib/python*/site-packages && ln -s gtk-*/pynotify ."; postInstall = "cd $out/lib/python*/site-packages && ln -s gtk-*/pynotify .";
meta = { meta = {
description = "Python bindings for libnotify"; description = "Python bindings for libnotify";
homepage = http://www.galago-project.org/; homepage = http://www.galago-project.org/;
@ -1527,7 +1527,7 @@ let pythonPackages = python.modules // rec {
}; };
}); });
reportlab = reportlab =
let freetype = pkgs.lib.overrideDerivation pkgs.freetype (args: { configureFlags = "--enable-static --enable-shared"; }); let freetype = pkgs.lib.overrideDerivation pkgs.freetype (args: { configureFlags = "--enable-static --enable-shared"; });
in buildPythonPackage rec { in buildPythonPackage rec {
name = "reportlab-2.5"; name = "reportlab-2.5";
@ -1538,7 +1538,7 @@ let pythonPackages = python.modules // rec {
}; };
buildInputs = [freetype]; buildInputs = [freetype];
doCheck = false; doCheck = false;
meta = { meta = {
description = "The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics."; description = "The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics.";
@ -1641,7 +1641,7 @@ let pythonPackages = python.modules // rec {
buildInputs = [pkgs.gfortran]; buildInputs = [pkgs.gfortran];
propagatedBuildInputs = [ numpy ]; propagatedBuildInputs = [ numpy ];
doCheck = false; doCheck = false;
# TODO: add ATLAS=${pkgs.atlas} # TODO: add ATLAS=${pkgs.atlas}
installCommand = '' installCommand = ''