summary refs log tree commit diff
path: root/pkgs/tools/text/gnused/default.fix
blob: a92b3996515d10ec21234273e7c1d3ba92c7d05f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}: derivation {
  name = "gnused-4.0.7";
  system = stdenv.system;
  builder = ./builder.sh;
  src = fetchurl {
    url = ftp://ftp.nluug.nl/pub/gnu/sed/sed-4.0.7.tar.gz;
    md5 = "005738e7f97bd77d95b6907156c8202a";
  };
  stdenv = stdenv;
}