mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
atlas: change platforms to unix
The build succeeds on darwin and linux.
This commit is contained in:
parent
acc889f5ed
commit
084a76ef6f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue