mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python.pkgs.sphinx: fix python < 3.5 build
This commit is contained in:
parent
42e639066b
commit
dfd905b548
@ -21,6 +21,7 @@
|
||||
, imagesize
|
||||
, requests
|
||||
, sphinxcontrib-websupport
|
||||
, typing
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -52,7 +53,7 @@ buildPythonPackage rec {
|
||||
imagesize
|
||||
requests
|
||||
sphinxcontrib-websupport
|
||||
];
|
||||
] ++ lib.optional (pythonOlder "3.5") typing;
|
||||
|
||||
# Lots of tests. Needs network as well at some point.
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user