Commit 2188896a authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel
Browse files

python3Packages.sphinxHook: fix eval after merge of bc2d5988

parent ba2ed469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {};
}