python-packages.nix: strip trailing whitespace
This commit is contained in:
parent
199afbe062
commit
2955a48107
|
@ -4658,7 +4658,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
s|^TIFF_ROOT =.*$|TIFF_ROOT = _lib_include("${pkgs.libtiff}")|g ;'
|
s|^TIFF_ROOT =.*$|TIFF_ROOT = _lib_include("${pkgs.libtiff}")|g ;'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://python-imaging.github.com/Pillow;
|
homepage = http://python-imaging.github.com/Pillow;
|
||||||
|
|
Loading…
Reference in New Issue