Merge pull request #182984 from wd15/sfepy-enable-darwin
pythonPackages.sfepy: enable darwin
This commit is contained in:
commit
a3edfa2a6a
@ -68,7 +68,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = stdenv.isLinux && stdenv.isAarch64;
|
||||
homepage = "https://sfepy.org/";
|
||||
description = "Simple Finite Elements in Python";
|
||||
license = licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user