From 661d16d3fe5268be8ee442c4827c393bf462efac Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 23 Apr 2012 12:42:03 +0000 Subject: [PATCH] * Revert pcre (r33561). It breaks Apache (http://hydra.nixos.org/build/2447441). svn path=/nixpkgs/branches/stdenv-updates/; revision=33890 --- pkgs/development/libraries/pcre/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix index 906054ffd3af..7802f89807d3 100644 --- a/pkgs/development/libraries/pcre/default.nix +++ b/pkgs/development/libraries/pcre/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true }: stdenv.mkDerivation rec { - name = "pcre-8.30"; + name = "pcre-8.21"; src = fetchurl { url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${name}.tar.bz2"; - sha256 = "1b7lcp4kfjc0jyvpw4pxkbmyjhmnwlrd85rrifnrfklkvgbky4f1"; + sha256 = "1qwrqldbwszbmr4cw4f0xmcl889cmmjbf58l9vxn89zw26fm1f54"; }; # The compiler on Darwin crashes with an internal error while building the