From 8f7485d784a9ff7406a820e3bf4d2443321e9a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 22 Feb 2012 22:40:35 +0000 Subject: [PATCH] Making atlas do the check phase. svn path=/nixpkgs/trunk/; revision=32493 --- pkgs/development/libraries/science/math/atlas/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix index 8450519ce48..12ee83ca88d 100644 --- a/pkgs/development/libraries/science/math/atlas/default.nix +++ b/pkgs/development/libraries/science/math/atlas/default.nix @@ -17,6 +17,8 @@ stdenv.mkDerivation { buildInputs = [ gfortran ]; + doCheck = true; + meta = { description = "Atlas library"; license = "GPL";