libguestfs-appliance: do not build on Hydra

This commit is contained in:
volth 2018-09-03 19:08:20 +00:00 committed by GitHub
parent f46d23996c
commit ac52817bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,8 @@ fetchzip {
name = "libguestfs-appliance-1.38.0";
url = "http://libguestfs.org/download/binaries/appliance/appliance-1.38.0.tar.xz";
sha256 = "15rxwj5qjflizxk7slpbrj9lcwkd2lgm52f5yv101qba4yyn3g76";
meta = {
hydraPlatforms = []; # Hydra fails with "Output limit exceeded"
};
}