Merge pull request #69533 from gebner/electron-cash-wrap

electron-cash: use wrapQtApp
This commit is contained in:
Gabriel Ebner 2019-09-26 16:34:10 +02:00 committed by GitHub
commit 6faf2a0ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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