eigen: Add platform
This commit is contained in:
parent
64fa593e1e
commit
f11859b464
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
|||||||
description = "C++ template library for linear algebra: vectors, matrices, and related algorithms";
|
description = "C++ template library for linear algebra: vectors, matrices, and related algorithms";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
homepage = http://eigen.tuxfamily.org ;
|
homepage = http://eigen.tuxfamily.org ;
|
||||||
|
platforms = platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ sander urkud raskin ];
|
maintainers = with stdenv.lib.maintainers; [ sander urkud raskin ];
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user