From 20701b16cc8e8531de780962cf92dc6f3d5b93da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 20 May 2009 12:21:53 +0000 Subject: [PATCH] Automake 1.11: Run the test suite by default. svn path=/nixpkgs/trunk/; revision=15674 --- pkgs/development/tools/misc/automake/automake-1.11.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/automake/automake-1.11.x.nix b/pkgs/development/tools/misc/automake/automake-1.11.x.nix index 98b629ba8bd..663ce366c48 100644 --- a/pkgs/development/tools/misc/automake/automake-1.11.x.nix +++ b/pkgs/development/tools/misc/automake/automake-1.11.x.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false}: +{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? true}: stdenv.mkDerivation rec { name = "automake-1.11";