My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/libraries/libguestfs/appliance.nix

11 lines
305 B

{ fetchzip }:
fetchzip {
name = "libguestfs-appliance-1.40.1";
url = "http://download.libguestfs.org/binaries/appliance/appliance-1.40.1.tar.xz";
sha256 = "00863mm08p55cv6w8awp7y0lv894rcrm70mjwqfc8nc4yyb70xlm";
meta = {
hydraPlatforms = []; # Hydra fails with "Output limit exceeded"
};
}