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:
parent
f13a4b6b09
commit
8be123e92f
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user