wdiff: fix cross compile

wip/yesman
Sandro Jäckel 3 years ago
parent 7d4f998b07
commit 3abe51bc8c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/tools/text/wdiff/default.nix

@ -9,10 +9,15 @@ stdenv.mkDerivation rec {
sha256 = "0sxgg0ms5lhi4aqqvz1rj4s77yi9wymfm3l3gbjfd1qchy66kzrl";
};
# for makeinfo
nativeBuildInputs = [ texinfo ];
buildInputs = [ texinfo ];
checkInputs = [ which ];
strictDeps = true;
meta = with lib; {
homepage = "https://www.gnu.org/software/wdiff/";
description = "Comparing files on a word by word basis";

Loading…
Cancel
Save