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:
parent
8470b03db2
commit
433d30b877
|
@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://libguestfs.org/;
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = with platforms; linux;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue