fenics: restrict to Darwin

It has never been building on Linux.

+1 -1
+1 -1
pkgs/development/libraries/science/math/fenics/default.nix
··· 158 158 meta = { 159 159 description = "The FEniCS Problem Solving Environment in Python and C++"; 160 160 homepage = http://fenicsproject.org/; 161 - platforms = stdenv.lib.platforms.all; 161 + platforms = stdenv.lib.platforms.darwin; 162 162 license = stdenv.lib.licenses.lgpl3; 163 163 }; 164 164 }