python311Packages.pytikz-allefeld: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 11:19:28 -07:00
parent e04e2a4c92
commit 4333977d55

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
fetchFromGitHub,
buildPythonPackage,
pythonOlder,
@ -11,7 +10,7 @@
texlive,
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "pytikz-allefeld"; # "pytikz" on pypi is a different module
version = "unstable-2022-11-01";
pyproject = true;
@ -54,6 +53,5 @@ buildPythonPackage rec {
description = "Python interface to TikZ";
license = licenses.gpl3;
maintainers = with maintainers; [ pbsds ];
broken = stdenv.isDarwin;
};
}