From d725bdcf0dca08e9c660458b9b59520ec6b5b2ff Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Fri, 30 Aug 2024 23:07:01 +0200 Subject: [PATCH] python311Packages.python-cinderclient: enable manpages --- .../python-modules/python-cinderclient/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/development/python-modules/python-cinderclient/default.nix b/pkgs/development/python-modules/python-cinderclient/default.nix index cad6609e3c78..92e896e3ff65 100644 --- a/pkgs/development/python-modules/python-cinderclient/default.nix +++ b/pkgs/development/python-modules/python-cinderclient/default.nix @@ -4,6 +4,7 @@ fetchPypi, ddt, keystoneauth1, + openstackdocstheme, oslo-i18n, oslo-serialization, oslo-utils, @@ -11,9 +12,11 @@ requests, prettytable, pythonOlder, + reno, requests-mock, setuptools, simplejson, + sphinxHook, stestr, stevedore, }: @@ -30,6 +33,14 @@ buildPythonPackage rec { hash = "sha256-P+/eJoJS5S4w/idz9lgienjG3uN4/LEy0xyG5uybojg="; }; + nativeBuildInputs = [ + openstackdocstheme + reno + sphinxHook + ]; + + sphinxBuilders = [ "man" ]; + build-system = [ setuptools ]; dependencies = [