kmymoney: use stdenv.buildPlatform.canExecute
This commit is contained in:
parent
4d672b2560
commit
7ef881b7ef
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
"kmymoney/plugins/woob/interface/kmymoneywoob.py"
|
"kmymoney/plugins/woob/interface/kmymoneywoob.py"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
doInstallCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||||
nativeInstallCheckInputs = [ xvfb-run ];
|
nativeInstallCheckInputs = [ xvfb-run ];
|
||||||
installCheckPhase =
|
installCheckPhase =
|
||||||
lib.optionalString doInstallCheck ''
|
lib.optionalString doInstallCheck ''
|
||||||
|
Loading…
Reference in New Issue
Block a user