mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python311Packages.python-docs-theme: disable on unsupported Python releases
This commit is contained in:
parent
5dfa3bc700
commit
99102ce185
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, flit-core
|
||||
, pythonOlder
|
||||
, sphinx
|
||||
}:
|
||||
|
||||
@ -10,6 +11,8 @@ buildPythonPackage rec {
|
||||
version = "2023.9";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python";
|
||||
repo = "python-docs-theme";
|
||||
|
Loading…
Reference in New Issue
Block a user