summary refs log blame commit diff
path: root/pkgs-ng/devel/libs/pcre/default.fix
blob: 76a06fe7f2c5866a9c15664493e8c7b4322c8f5e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                    
{stdenv, fetchurl}: derivation
  { name = "pcre-4.3"
  , system = stdenv.system
  , builder = ./builder.sh
  , src = fetchurl
      { url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-4.3.tar.bz2
      , md5 = "7bc7d5b590a41e6f9ede30f272002a02"
      }
  , stdenv = stdenv
  }