about summary refs log tree commit diff
path: root/pkgs/tools/text/patchutils/0.4.2.nix
blob: d3d26c11481d63d4e915ccae9f4f724d5975cd89 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ callPackage, python3, ... } @ args:

callPackage ./generic.nix (args // {
  version = "0.4.2";
  sha256 = "sha256-iHWwll/jPeYriQ9s15O+f6/kGk5VLtv2QfH+1eu/Re0=";
  # for gitdiff
  extraBuildInputs = [ python3 ];
  patches = [ ./Revert-Fix-grepdiff-test.patch ];
})