7 stdenvNoCC.mkDerivation rec {
8 pname = "libguestfs-appliance";
12 url = "http://download.libguestfs.org/binaries/appliance/appliance-${version}.tar.xz";
13 hash = "sha256-D7f4Cnjx+OmLfqQWmauyXZiSjayG9TCmxftj0iOPFso=";
20 cp README.fixed initrd kernel root $out
26 description = "VM appliance disk image used in libguestfs package";
27 homepage = "https://libguestfs.org";
28 license = with licenses; [
32 maintainers = with maintainers; [ lukts30 ];
37 hydraPlatforms = [ ]; # Hydra fails with "Output limit exceeded"