wdiff: use checkInputs, fix tests
This commit is contained in:
parent
c2d335fb07
commit
8aeec44082
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, texinfo }:
|
{ stdenv, fetchurl, texinfo, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wdiff-1.2.2";
|
name = "wdiff-1.2.2";
|
||||||
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ texinfo ];
|
buildInputs = [ texinfo ];
|
||||||
|
|
||||||
|
checkInputs = [ which ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/wdiff/;
|
homepage = http://www.gnu.org/software/wdiff/;
|
||||||
description = "Comparing files on a word by word basis";
|
description = "Comparing files on a word by word basis";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user