python-packages.nix: strip trailing whitespace

This commit is contained in:
Peter Simons 2014-02-24 21:45:15 +01:00
parent 199afbe062
commit 2955a48107

View file

@ -4658,7 +4658,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
s|^TIFF_ROOT =.*$|TIFF_ROOT = _lib_include("${pkgs.libtiff}")|g ;'
'';
meta = {
homepage = http://python-imaging.github.com/Pillow;