diff options
Diffstat (limited to 'pkgs/development/python-modules/furo/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/furo/default.nix | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/furo/default.nix b/pkgs/development/python-modules/furo/default.nix index fb024e18c4f6..d2f20e92eeb8 100644 --- a/pkgs/development/python-modules/furo/default.nix +++ b/pkgs/development/python-modules/furo/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchPypi -, pythonRelaxDepsHook -, sphinx -, beautifulsoup4 -, sphinx-basic-ng +{ + lib, + buildPythonPackage, + pythonOlder, + fetchPypi, + pythonRelaxDepsHook, + sphinx, + beautifulsoup4, + sphinx-basic-ng, }: buildPythonPackage rec { @@ -22,13 +23,9 @@ buildPythonPackage rec { hash = "sha256-NUi+LO9Foy+M3AJy1BX8s+X6ag603f4h3z7PH+RaE88="; }; - nativeBuildInputs = [ - pythonRelaxDepsHook - ]; + nativeBuildInputs = [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ - "sphinx" - ]; + pythonRelaxDeps = [ "sphinx" ]; propagatedBuildInputs = [ sphinx @@ -47,9 +44,7 @@ buildPythonPackage rec { cd - ''; - pythonImportsCheck = [ - "furo" - ]; + pythonImportsCheck = [ "furo" ]; meta = with lib; { description = "A clean customizable documentation theme for Sphinx"; |
