pythonPackages.pyplatec: mark as broken on linux

This commit is contained in:
Will Cohen 2022-04-27 15:26:45 -04:00
parent 72f4cf36bd
commit 2dbb0a7d6c

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
}:
@ -16,6 +17,7 @@ buildPythonPackage rec {
description = "Library to simulate plate tectonics with Python bindings";
homepage = "https://github.com/Mindwerks/plate-tectonics";
license = licenses.lgpl3;
broken = stdenv.isLinux;
};
}