3
0
Fork 0
forked from mirrors/nixpkgs

electrum: implement a simple checkPhase

Verify that we can at least run the help command without import errors.
This commit is contained in:
Joachim Fasting 2016-03-11 08:26:43 +01:00
parent 0273ff59e2
commit 3c11b5d91f

View file

@ -55,6 +55,11 @@ pythonPackages.buildPythonApplication rec {
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
'';
doCheck = true;
checkPhase = ''
$out/bin/electrum help >/dev/null
'';
meta = with stdenv.lib; {
description = "Bitcoin thin-client";
longDescription = ''