mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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"
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapQtApp $out/bin/electron-cash
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
$out/bin/electron-cash help >/dev/null
|
||||
|
|
Loading…
Reference in a new issue