Skip to content

Commit

Permalink
python3Packages.sphinxHook: fix eval after merge of bc2d598
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Nov 8, 2023
1 parent ba2ed46 commit 2188896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/python/hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) {};
}

0 comments on commit 2188896

Please sign in to comment.