nixpkgs/pkgs-ng/devel/libs/pcre/default.fix
Eelco Dolstra 1894a8b86c * Converting packages. This is the minimal Nix stdenv for building
the ATerm library.

svn path=/nixpkgs/trunk/; revision=459
2003-11-02 17:42:19 +00:00

11 lines
292 B
Plaintext

{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
}