Making atlas do the check phase.

svn path=/nixpkgs/trunk/; revision=32493
This commit is contained in:
Lluís Batlle i Rossell 2012-02-22 22:40:35 +00:00
parent 0258bf1ef1
commit 8f7485d784

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation {
buildInputs = [ gfortran ]; buildInputs = [ gfortran ];
doCheck = true;
meta = { meta = {
description = "Atlas library"; description = "Atlas library";
license = "GPL"; license = "GPL";