servant: Sphinx is a build-time dependency

This commit is contained in:
Vaibhav Sagar 2018-11-30 18:33:46 -05:00 committed by John Ericson
parent dd78e629aa
commit b513231dc6

View File

@ -736,7 +736,7 @@ self: super: {
rev = "v${ver}";
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
}}/doc";
buildInputs = with pkgs.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
nativeBuildInputs = with pkgs.buildPackages.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
makeFlags = "html";
installPhase = ''
mv _build/html $out