# HG changeset patch # User Marcin Kuzminski # Date 2017-11-22 10:17:09 # Node ID 15ece8122deea52e28ec43009acd64aefe84b5b8 # Parent 3c87307b0ba61729d76b7fdaaeb9ed4ef24148a7 core: added wrapped python into binaries so we can execute python hooks that have proper libraries of vcsserver inside. diff --git a/default.nix b/default.nix --- a/default.nix +++ b/default.nix @@ -137,6 +137,7 @@ let # We ensure that always the correct version is available as a symlink. # So that users calling them via the profile path will always use the # correct version. + ln -s ${self.python}/bin/python $out/bin ln -s ${pkgs.git}/bin/git $out/bin ln -s ${self.mercurial}/bin/hg $out/bin ln -s ${pkgs.subversion}/bin/svn* $out/bin