pythonPackages.imread: add webp support

pkg-config needs to be present at build time for webp support to be
auto-detected by the build script.
This commit is contained in:
Luis Pedro Coelho 2016-03-13 16:41:13 +01:00
parent f13a4b6b09
commit 8be123e92f

View File

@ -6000,6 +6000,7 @@ in modules // {
pkgs.libpng pkgs.libpng
pkgs.libtiff pkgs.libtiff
pkgs.libwebp pkgs.libwebp
pkgs.pkgconfig
]; ];
propagatedBuildInputs = with self; [ numpy ]; propagatedBuildInputs = with self; [ numpy ];