electron-cash: use wrapQtApp
This commit is contained in:
parent
5484f0f95b
commit
0838bc0ed5
@ -56,6 +56,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
--replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
|
--replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
wrapQtApp $out/bin/electron-cash
|
||||||
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
$out/bin/electron-cash help >/dev/null
|
$out/bin/electron-cash help >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user