wdiff: fix cross compile

This commit is contained in:
Sandro Jäckel 2021-03-05 03:31:36 +01:00
parent 7d4f998b07
commit 3abe51bc8c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";