pythonPackages: fix typo
This commit is contained in:
parent
9ec9497c9f
commit
0f8f98525b
1 changed files with 1 additions and 2 deletions
|
@ -6150,8 +6150,7 @@ let
|
|||
sed -i "setup.py" \
|
||||
-e 's|^FREETYPE_ROOT =.*$|FREETYPE_ROOT = libinclude("${pkgs.freetype}")|g ;
|
||||
s|^JPEG_ROOT =.*$|JPEG_ROOT = libinclude("${pkgs.libjpeg}")|g ;
|
||||
s|^ZLIB_ROOT =.*$|ZLIB_ROOT = libinclude("${pkgs.zlib}")|g ; s|^TIFF_ROOT =.*$|TIFF_ROOT = _lib_include("${pkgs.libtiff}")|g ;'
|
||||
'
|
||||
s|^ZLIB_ROOT =.*$|ZLIB_ROOT = libinclude("${pkgs.zlib}")|g ;'
|
||||
'';
|
||||
|
||||
checkPhase = "${python}/bin/${python.executable} selftest.py";
|
||||
|
|
Loading…
Reference in a new issue