nixpkgs/pkgs/pcre/pcre.fix
Eelco Dolstra 86ac7b60b0 * Added GNU grep, and the Perl Compatible Regular Expressions library used by
grep.

svn path=/nixpkgs/trunk/; revision=311
2003-08-18 16:59:39 +00:00

14 lines
361 B
Plaintext

Package(
[ ("name", "pcre-4.3")
, ("build", Relative("pcre/pcre-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-4.3.tar.bz2")
, ("md5", "7bc7d5b590a41e6f9ede30f272002a02")
]))
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
]
)