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 = {
|
meta = {
|
||||||
description = "The FEniCS Problem Solving Environment in Python and C++";
|
description = "The FEniCS Problem Solving Environment in Python and C++";
|
||||||
homepage = http://fenicsproject.org/;
|
homepage = http://fenicsproject.org/;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.darwin;
|
||||||
license = stdenv.lib.licenses.lgpl3;
|
license = stdenv.lib.licenses.lgpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user