nginxModules.vod: fix libxml 2.14 compat (#419759)

authored by

Martin Weinelt and committed by
GitHub
44c8f348 746e6563

+3 -1
+3 -1
pkgs/servers/http/nginx/modules.nix
··· 1026 1026 owner = "kaltura"; 1027 1027 repo = "nginx-vod-module"; 1028 1028 rev = "1.33"; 1029 - hash = "sha256-xcdbaogJV/vSzFfP55uK2+zw3zF5j9AHaJI0QItTSss="; 1029 + hash = "sha256-pForXU1VBxa4F3F7xK+DJtMKC4wgcykJImlQjxz5GnE="; 1030 1030 postFetch = '' 1031 1031 substituteInPlace $out/vod/media_set.h \ 1032 1032 --replace "MAX_CLIPS (128)" "MAX_CLIPS (1024)" 1033 + substituteInPlace $out/vod/subtitle/dfxp_format.c \ 1034 + --replace-fail '(!ctxt->wellFormed && !ctxt->recovery))' '!ctxt->wellFormed)' 1033 1035 ''; 1034 1036 }; 1035 1037