summary refs log blame commit diff
path: root/pkgs-ng/sys-utils/diffutils/default.fix
blob: c92e4c4d90275353e554fc3cc0c60b343aa847b6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                         
{stdenv, fetchurl}: derivation
  { name = "diffutils-2.8.1"
  , system = stdenv.system
  , builder = ./builder.sh
  , src = fetchurl
      { url = ftp://ftp.nluug.nl/pub/gnu/diffutils/diffutils-2.8.1.tar.gz
      , md5 = "71f9c5ae19b60608f6c7f162da86a428"
      }
  , stdenv = stdenv
  }