Loading pkgs/development/interpreters/python/hooks/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) {}; } Loading
pkgs/development/interpreters/python/hooks/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) {}; }