electron-cash: use wrapQtApp

This commit is contained in:
Gabriel Ebner 2019-09-26 16:23:57 +02:00
parent 5484f0f95b
commit 0838bc0ed5

View file

@ -56,6 +56,10 @@ python3Packages.buildPythonApplication rec {
--replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
'';
postFixup = ''
wrapQtApp $out/bin/electron-cash
'';
doInstallCheck = true;
installCheckPhase = ''
$out/bin/electron-cash help >/dev/null