libjpeg-turbo: specify djpeg rgb-islow-icc-cmp test dependencies

Hydra failure: https://hydra.nixos.org/build/87096374/nixlog/1

Upstream issue: https://github.com/libjpeg-turbo/libjpeg-turbo/pull/321
This commit is contained in:
Orivej Desh
2019-01-12 07:35:45 +00:00
parent c4a5565e7a
commit c55a42359a
2 changed files with 12 additions and 0 deletions
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
stdenv.lib.optional (stdenv.hostPlatform.libc or null == "msvcrt")
./mingw-boolean.patch
++ [
./djpeg-rgb-islow-icc-cmp.patch # https://github.com/libjpeg-turbo/libjpeg-turbo/pull/321
(fetchpatch {
name = "cve-2018-19664.diff";
url = "https://github.com/libjpeg-turbo/libjpeg-turbo/commit/f8cca819a4fb.diff";