mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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";
|
||||
maintainers = with stdenv.lib.maintainers; [ dmjio ];
|
||||
inherit (bootPkgs.ghc.meta) license platforms;
|
||||
broken = true; # http://hydra.nixos.org/build/51814615
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user