tortoisehg: 4.3.1 -> 4.5
This commit is contained in:
parent
6081c36599
commit
80cc3bd29a
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "tortoisehg-${version}";
|
name = "tortoisehg-${version}";
|
||||||
version = "4.3.1";
|
version = "4.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
|
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
|
||||||
sha256 = "0lxppjdqjmwl5y8fmp2am0my7a3mks811yg4fff7cx0569hdp62n";
|
sha256 = "11m2hir2y1hblg9sqmansv16rcp560j2d3nhqzfhkim46a59fxvk";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];
|
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ qscintilla iniparse ];
|
propagatedBuildInputs = with python2Packages; [ qscintilla iniparse ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = false; # tests fail with "thg: cannot connect to X server"
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
buildPhase = "";
|
buildPhase = "";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user