Skip to content

Commit

Permalink
[wip] sphinx: add filelock to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Aug 15, 2023
1 parent 3f31f99 commit 8d1aac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/sphinx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

# check phase
, cython
, filelock
, html5lib
, pytestCheckHook
, typed-ast
Expand Down Expand Up @@ -86,6 +87,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
cython
filelock
html5lib
pytestCheckHook
] ++ lib.optionals (pythonOlder "3.8") [
Expand Down

0 comments on commit 8d1aac3

Please sign in to comment.