mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +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
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, pythonAtLeast
|
||||||
|
|
||||||
# build
|
# build
|
||||||
, setuptools
|
, setuptools
|
||||||
@ -74,5 +75,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/Lightning-AI/utilities";
|
homepage = "https://github.com/Lightning-AI/utilities";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ GaetanLepage ];
|
maintainers = with maintainers; [ GaetanLepage ];
|
||||||
|
broken = pythonAtLeast "3.12";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user