mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
python311Packages.lightning-utilities: mark as broken for python3.12
This commit is contained in:
parent
bd3f131e73
commit
8429b7d6c0
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonAtLeast
|
||||
|
||||
# build
|
||||
, setuptools
|
||||
@ -74,5 +75,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/Lightning-AI/utilities";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ GaetanLepage ];
|
||||
broken = pythonAtLeast "3.12";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user