mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
python38Packages.macropy, python39Packages.macropy: mark as broken
This commit is contained in:
parent
7543a5bf71
commit
ca1f0aaa2d
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, python
|
||||
, isPy27
|
||||
, pythonAtLeast
|
||||
, pinqSupport ? false, sqlalchemy
|
||||
, pyxlSupport ? false, pyxl3
|
||||
}:
|
||||
@ -34,5 +35,6 @@ buildPythonPackage rec {
|
||||
description = "Macros in Python: quasiquotes, case classes, LINQ and more";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = pythonAtLeast "3.8"; # see https://github.com/lihaoyi/macropy/issues/103
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user