wdiff: fix cross compile

+5
+5
pkgs/tools/text/wdiff/default.nix
··· 9 9 sha256 = "0sxgg0ms5lhi4aqqvz1rj4s77yi9wymfm3l3gbjfd1qchy66kzrl"; 10 10 }; 11 11 12 + # for makeinfo 13 + nativeBuildInputs = [ texinfo ]; 14 + 12 15 buildInputs = [ texinfo ]; 13 16 14 17 checkInputs = [ which ]; 18 + 19 + strictDeps = true; 15 20 16 21 meta = with lib; { 17 22 homepage = "https://www.gnu.org/software/wdiff/";