python3Packages.sphinxHook: fix eval after merge of bc2d598878

This commit is contained in:
Fabián Heredia Montiel
2023-11-08 01:51:41 -06:00
parent ba2ed469c2
commit 2188896a57
@@ -229,7 +229,7 @@ in {
name = "python${python.pythonVersion}-sphinx-hook";
propagatedBuildInputs = [ pythonOnBuildForHost.pkgs.sphinx installShellFiles ];
substitutions = {
sphinxBuild = "${pythonForBuild.pkgs.sphinx}/bin/sphinx-build";
sphinxBuild = "${pythonOnBuildForHost.pkgs.sphinx}/bin/sphinx-build";
};
} ./sphinx-hook.sh) {};
}