mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:37:37 +00:00
wdiff: fix cross compile
This commit is contained in:
parent
7d4f998b07
commit
3abe51bc8c
@ -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…
Reference in New Issue
Block a user