fenics: restrict to Darwin
It has never been building on Linux.
This commit is contained in:
parent
6d0fbb9dc4
commit
45cf0b0da4
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue