fenics: restrict to Darwin

It has never been building on Linux.
This commit is contained in:
Orivej Desh 2017-12-01 07:16:39 +00:00
parent 6d0fbb9dc4
commit 45cf0b0da4

View File

@ -158,7 +158,7 @@ stdenv.mkDerivation {
meta = {
description = "The FEniCS Problem Solving Environment in Python and C++";
homepage = http://fenicsproject.org/;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.darwin;
license = stdenv.lib.licenses.lgpl3;
};
}