python311Packages.pytikz-allefeld: unbreak on Darwin
This commit is contained in:
parent
e04e2a4c92
commit
4333977d55
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user