electrum: implement a simple checkPhase

Verify that we can at least run the help command without import errors.
wip/yesman
Joachim Fasting 8 years ago
parent 0273ff59e2
commit 3c11b5d91f
  1. 5
      pkgs/applications/misc/electrum/default.nix

@ -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 = ''

Loading…
Cancel
Save