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/;
|
homepage = http://libguestfs.org/;
|
||||||
maintainers = with maintainers; [offline];
|
maintainers = with maintainers; [offline];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user