9 stdenv.mkDerivation rec {
14 url = "https://os.ghalkes.nl/dist/dwdiff-${version}.tar.bz2";
15 sha256 = "sha256-3xb+xE3LRn1lpCRqQ2KPk3QZlsF3PpMLkMbd4i3Vjgo=";
18 nativeBuildInputs = [ pkg-config ];
26 description = "Front-end for the diff program that operates at the word level instead of the line level";
27 homepage = "https://os.ghalkes.nl/dwdiff.html";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ onny ];