summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/htmldocs.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-08-03 18:30:10 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-08-03 18:39:37 +0200
commit4af35d92a0ceee11b8082befccbba2b036f5a536 (patch)
tree2e59061ac377533075655416f81fc30d13647b0d /pkgs/os-specific/linux/kernel/htmldocs.nix
parentf049d7dedfd98d9aff9c07ac377b5fe8620fc0c3 (diff)
downloadnixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar.gz
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar.bz2
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar.lz
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar.xz
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.tar.zst
nixpkgs-4af35d92a0ceee11b8082befccbba2b036f5a536.zip
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme
Diffstat (limited to 'pkgs/os-specific/linux/kernel/htmldocs.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/htmldocs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/htmldocs.nix b/pkgs/os-specific/linux/kernel/htmldocs.nix
index 4039dafad55..4e42288aff8 100644
--- a/pkgs/os-specific/linux/kernel/htmldocs.nix
+++ b/pkgs/os-specific/linux/kernel/htmldocs.nix
@@ -31,7 +31,7 @@ let
         doCheck = false;
       };
 
-      sphinx_rtd_theme = prev.sphinx_rtd_theme.override {
+      sphinx-rtd-theme = prev.sphinx-rtd-theme.override {
         inherit sphinx;
         docutils = docutils_old;
       };
@@ -59,7 +59,7 @@ stdenv.mkDerivation {
     imagemagick
     perl
     py.pkgs.sphinx
-    py.pkgs.sphinx_rtd_theme
+    py.pkgs.sphinx-rtd-theme
     which
   ];