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:
Peter Simons 2017-04-21 10:05:54 +02:00
parent 9a7ba4e7a9
commit 6e50b4532c

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen";
maintainers = with stdenv.lib.maintainers; [ dmjio ];
inherit (bootPkgs.ghc.meta) license platforms;
broken = true; # http://hydra.nixos.org/build/51814615
};
}