1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

libguestfs: Don't build on Hydra

It produces a package over 4 GB large, and takes several hours to
build (probably because of the overhead of copying that 4 GB image).
This commit is contained in:
Eelco Dolstra 2015-03-23 13:25:20 +01:00
parent 8470b03db2
commit 433d30b877

View file

@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
homepage = http://libguestfs.org/;
maintainers = with maintainers; [offline];
platforms = with platforms; linux;
hydraPlatforms = [];
};
}