···6 # if you bump version, update pkgs.tortoisehg too or ping maintainer
7 version = "3.9.1";
8 name = "mercurial-${version}";
9- inherit (python2Packages) curses docutils hg-git dulwich python;
10in
1112stdenv.mkDerivation {
···18 };
1920 inherit python; # pass it so that the same version can be used in hg2git
21- pythonPackages = [ curses ];
2223 buildInputs = [ python makeWrapper docutils unzip ];
24···43 ''
44 for i in $(cd $out/bin && ls); do
45 wrapProgram $out/bin/$i \
46- --prefix PYTHONPATH : "$(toPythonPath "$out ${curses}"):$(toPythonPath "$out ${hg-git}"):$(toPythonPath "$out ${dulwich}")" \
47 $WRAP_TK
48 done
49
···6 # if you bump version, update pkgs.tortoisehg too or ping maintainer
7 version = "3.9.1";
8 name = "mercurial-${version}";
9+ inherit (python2Packages) docutils hg-git dulwich python;
10in
1112stdenv.mkDerivation {
···18 };
1920 inherit python; # pass it so that the same version can be used in hg2git
02122 buildInputs = [ python makeWrapper docutils unzip ];
23···42 ''
43 for i in $(cd $out/bin && ls); do
44 wrapProgram $out/bin/$i \
45+ --prefix PYTHONPATH : "$(toPythonPath "$out ${hg-git}"):$(toPythonPath "$out ${dulwich}")" \
46 $WRAP_TK
47 done
48