* Revert - this needs to go to the stdenv branch (I'll create it
tomorrow). svn path=/nixpkgs/trunk/; revision=12965
This commit is contained in:
parent
38c5e4fc67
commit
700677583c
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, unicodeSupport ? false, cplusplusSupport ? true}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pcre-7.7";
|
||||
name = "pcre-7.4";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.7.tar.bz2;
|
||||
sha256 = "0h7nkm68bv305v3qyh12jj63xw4nr5i9p2b8xr2vna5lhgs89nms";
|
||||
url = mirror://sourceforge/pcre/pcre-7.4.tar.bz2;
|
||||
sha256 = "1rdks2h5f3p2d71c4jnxaic1c9gmgsfky80djnafcdbdrhzkiyx5";
|
||||
};
|
||||
configureFlags =
|
||||
(if unicodeSupport then
|
||||
|
Loading…
Reference in New Issue
Block a user