From dd6e852f3e1afcaf44c456163b1f8cb7ff496d80 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 Oct 2010 13:48:37 +0000 Subject: [PATCH] pkgs/development/libraries/pcre: enable regression test suite svn path=/nixpkgs/trunk/; revision=24074 --- pkgs/development/libraries/pcre/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/pcre/default.nix b/pkgs/development/libraries/pcre/default.nix index c831f004c12..b30cdb023e2 100644 --- a/pkgs/development/libraries/pcre/default.nix +++ b/pkgs/development/libraries/pcre/default.nix @@ -18,6 +18,8 @@ stdenv.mkDerivation { ${if !cplusplusSupport then "--disable-cpp" else ""} ''; + doCheck = true; + meta = { homepage = "http://www.pcre.org/"; description = "A library for Perl Compatible Regular Expressions";