about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-08-04 11:40:41 +0200
committerGitHub <noreply@github.com>2022-08-04 11:40:41 +0200
commit5f9b871b72b24f066b1a1e189efd0669f2888c49 (patch)
treeadb321754aa791aa8613365c686dae9fc6ee3da9 /pkgs/applications/virtualization
parentfca8bc84260ddd5adeba30b5ecd9bef41e3db5d3 (diff)
parentf5a6b487661a1220086a7daffdf6109fbc47ec3e (diff)
Merge pull request #185037 from mweinelt/home-assistant
Diffstat (limited to 'pkgs/applications/virtualization')
-rw-r--r--pkgs/applications/virtualization/qemu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/virtualization/qemu/default.nix b/pkgs/applications/virtualization/qemu/default.nix
index c3aa3c49553e5..f9ca6b0937277 100644
--- a/pkgs/applications/virtualization/qemu/default.nix
+++ b/pkgs/applications/virtualization/qemu/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
 
   depsBuildBuild = [ buildPackages.stdenv.cc ];
 
-  nativeBuildInputs = [ makeWrapper removeReferencesTo pkg-config flex bison meson ninja perl python3 python3Packages.sphinx python3Packages.sphinx_rtd_theme ]
+  nativeBuildInputs = [ makeWrapper removeReferencesTo pkg-config flex bison meson ninja perl python3 python3Packages.sphinx python3Packages.sphinx-rtd-theme ]
     ++ lib.optionals gtkSupport [ wrapGAppsHook ]
     ++ lib.optionals stdenv.isDarwin [ sigtool ];