tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wdiff: fix cross compile
Sandro Jäckel
4 years ago
3abe51bc
7d4f998b
+5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
wdiff
default.nix
+5
pkgs/tools/text/wdiff/default.nix
···
9
sha256 = "0sxgg0ms5lhi4aqqvz1rj4s77yi9wymfm3l3gbjfd1qchy66kzrl";
10
};
11
0
0
0
12
buildInputs = [ texinfo ];
13
14
checkInputs = [ which ];
0
0
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/";