libguestfs: doInstallCheck only with appliance

This commit is contained in:
volth 2018-03-22 07:19:12 +00:00 committed by GitHub
parent f7397f21ab
commit d0893dc154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
ln -s ${appliance} $out/lib/guestfs
'';
doInstallCheck = true;
doInstallCheck = appliance != null;
installCheckPhase = ''
export HOME=$(mktemp -d) # avoid access to /homeless-shelter/.guestfish