mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python.pkgs.sphinx_rtd_theme: add sphinx to propagatedBuildInputs
This commit is contained in:
parent
0156fbef31
commit
9614364dec
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, sphinx
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -12,6 +13,8 @@ buildPythonPackage rec {
|
||||
sha256 = "02f02a676d6baabb758a20c7a479d58648e0f64f13e07d1b388e9bb2afe86a09";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ sphinx ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ReadTheDocs.org theme for Sphinx";
|
||||
homepage = https://github.com/snide/sphinx_rtd_theme/;
|
||||
|
Loading…
Reference in New Issue
Block a user