From 084a76ef6feb4430f6f5cacd2f58755073f9fb2e Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Tue, 10 Jan 2017 21:02:04 -0500 Subject: [PATCH] atlas: change platforms to unix The build succeeds on darwin and linux. --- pkgs/development/libraries/science/math/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix index 6ff7e387ec1..e5870ce9c9b 100644 --- a/pkgs/development/libraries/science/math/atlas/default.nix +++ b/pkgs/development/libraries/science/math/atlas/default.nix @@ -104,7 +104,7 @@ stdenv.mkDerivation { homepage = "http://math-atlas.sourceforge.net/"; description = "Automatically Tuned Linear Algebra Software (ATLAS)"; license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.linux; + platforms = stdenv.lib.platforms.unix; longDescription = '' The ATLAS (Automatically Tuned Linear Algebra Software) project is an