parent
0017479abb
commit
ae2cf0bee8
@ -13,7 +13,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ qscintilla iniparse ];
|
propagatedBuildInputs = with python2Packages; [ qscintilla iniparse ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = true;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
buildPhase = "";
|
buildPhase = "";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -23,6 +23,11 @@ python2Packages.buildPythonApplication rec {
|
|||||||
ln -s $out/bin/thg $out/bin/tortoisehg #convenient alias
|
ln -s $out/bin/thg $out/bin/tortoisehg #convenient alias
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
echo "test: thg version"
|
||||||
|
$out/bin/thg version
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Qt based graphical tool for working with Mercurial";
|
description = "Qt based graphical tool for working with Mercurial";
|
||||||
homepage = http://tortoisehg.bitbucket.org/;
|
homepage = http://tortoisehg.bitbucket.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user