From 433d30b87728313556d8f4d61728e0b9a51063d4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 23 Mar 2015 13:25:20 +0100 Subject: [PATCH] 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). --- pkgs/development/libraries/libguestfs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix index 27e1c6adc008..313934c66574 100644 --- a/pkgs/development/libraries/libguestfs/default.nix +++ b/pkgs/development/libraries/libguestfs/default.nix @@ -51,5 +51,6 @@ stdenv.mkDerivation rec { homepage = http://libguestfs.org/; maintainers = with maintainers; [offline]; platforms = with platforms; linux; + hydraPlatforms = []; }; }