halvm: mark build as broken
The build relies on /usr/bin/env, which does not exist in chroot build environments: http://hydra.nixos.org/build/51814615. Ping: @dmjio
This commit is contained in:
parent
9a7ba4e7a9
commit
6e50b4532c
|
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen";
|
description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen";
|
||||||
maintainers = with stdenv.lib.maintainers; [ dmjio ];
|
maintainers = with stdenv.lib.maintainers; [ dmjio ];
|
||||||
inherit (bootPkgs.ghc.meta) license platforms;
|
inherit (bootPkgs.ghc.meta) license platforms;
|
||||||
|
broken = true; # http://hydra.nixos.org/build/51814615
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue