wdiff: fix cross compile

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